mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-24 04:29:44 +00:00
8 lines
95 B
Objective-C
8 lines
95 B
Objective-C
#import <AppKit/NSWindow.h>
|
|
|
|
@interface NSWindow (scripting)
|
|
|
|
- (NSInteger)orderedIndex;
|
|
|
|
@end
|