mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-02-14 16:47:18 +00:00
11 lines
207 B
Objective-C
11 lines
207 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface SBApplication : NSObject
|
|
|
|
+applicationWithBundleIdentifier:(NSString *)identifier;
|
|
|
|
-(void)activate;
|
|
-(Class)classForScriptingClass:(NSString *)className;
|
|
|
|
@end
|