7 lines
70 B
Objective-C
7 lines
70 B
Objective-C
#import <CoreFoundation/CoreFoundation.h>
|
|
|
|
int func()
|
|
{
|
|
return 1;
|
|
}
|