summaryrefslogtreecommitdiff
path: root/tests/projects/objc/iosapp_with_framework/src/framework/test.h
blob: a0a4046a5c6eabbd09b343b14b64290e01bc3509 (plain)
1
2
3
4
5
6
7
8
#import <Foundation/Foundation.h>

FOUNDATION_EXPORT int add(int a, int b);

@interface Test : NSObject
- (void)hello;
@end