Syntax Flashcards
0
Q
What is the basic layout of implementation file?
A
import “interfacefilename.h”
@implementation interfacefilename
@end
1
Q
What is the basic layout of interface file?
A
@interface name : inherit
// outline here
@end