mirror of
https://github.com/ZaidElkurdi/AssistantPlus.git
synced 2025-01-22 11:28:31 +00:00
10 lines
206 B
Objective-C
10 lines
206 B
Objective-C
#import "AssistantPlusHeaders.h"
|
|
|
|
/// Principal class - the main class of the extension
|
|
@interface APHelloSnippet : NSObject<APPlugin>
|
|
|
|
-(id)initWithSystem:(id<APPluginManager>)system;
|
|
|
|
@end
|
|
// vim:ft=objc
|