root/trunk/Plug-Ins/Ruby Support/JVRubyPluginLoader.h
| Revision 2887, 201 bytes (checked in by timothy, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #import "MVChatPluginManager.h" |
| 2 | |
| 3 | @interface JVRubyPluginLoader : NSObject <MVChatPlugin> { |
| 4 | MVChatPluginManager *_manager; |
| 5 | BOOL _rubyCocoaInstalled; |
| 6 | } |
| 7 | - (void) loadPluginNamed:(NSString *) name; |
| 8 | @end |
Note: See TracBrowser for help on using the browser.
