mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-02-15 09:07:42 +00:00
11 lines
207 B
C
11 lines
207 B
C
![]() |
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface SBApplication : NSObject
|
||
|
|
||
|
+applicationWithBundleIdentifier:(NSString *)identifier;
|
||
|
|
||
|
-(void)activate;
|
||
|
-(Class)classForScriptingClass:(NSString *)className;
|
||
|
|
||
|
@end
|