1 2 3 4 5 6 7
#import <Foundation/Foundation.h> FOUNDATION_EXPORT int add(int a, int b); @interface Test : NSObject - (void)hello; @end