ObjFW  Diff

Differences From Artifact [f72593c636]:

To Artifact [d8aeffa07b]:


8
9
10
11
12
13
14
15
16
 * Q Public License 1.0, which can be found in the file LICENSE included in
 * the packaging of this file.
 */

#import "OFPlugin.h"

@interface TestPlugin: OFPlugin
- (void)test;
@end







|

8
9
10
11
12
13
14
15
16
 * Q Public License 1.0, which can be found in the file LICENSE included in
 * the packaging of this file.
 */

#import "OFPlugin.h"

@interface TestPlugin: OFPlugin
- (int)test: (int)num;
@end