Files
cappuccino/Tests/Manual/AttachedSheet2Test/xcode/TestSheet/AppDelegate.h
T
David Richardson 4784a1a102 Normalize application naming in ./Tests/Manual
Ensure:
* CamelCase, ending in Test
* No hyphens, spaces, underscores or other non-alpha characters

Updated application directory names.
Update Jakefiles.
2026-09-08 17:47:30 -06:00

17 lines
318 B
Objective-C

//
// AppDelegate.h
// TestSheet
//
// Created by Joe Semolian on 4/15/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "SheetWindowController.h"
@interface AppController : NSObject <NSApplicationDelegate>
{
SheetWindowController* _sheetController;
}
@end