#include "test.h" int add(int a, int b) { return a + b; } @implementation Test - (void)hello { NSLog(@"hello xmake!"); } @end