axmol/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/mac/NSAppSheetAdditions.h

9 lines
200 B
C
Raw Normal View History

2014-03-10 19:33:57 +08:00
#import <Cocoa/Cocoa.h>
@interface NSApplication (SheetAdditions)
- (void)beginSheet:(NSWindow *)sheet modalForWindow:(NSWindow *)docWindow didEndBlock:(void (^)(NSInteger returnCode))block;
@end