AssistantPlus/hellosnippet/APHelloSnippet.h
2015-03-14 11:24:48 -07:00

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