skia2/experimental/FileReaderApp/FileReaderAppDelegate.h

9 lines
197 B
C
Raw Normal View History

#import <Cocoa/Cocoa.h>
#import "SkNSWindow.h"
@interface FileReaderAppDelegate : NSObject <NSApplicationDelegate> {
SkNSWindow *window;
}
@property (assign) IBOutlet SkNSWindow *window;
@end