Objective C > Syntax > Flashcards
What is the basic layout of implementation file?
import “interfacefilename.h”
@implementation interfacefilename
@end
What is the basic layout of interface file?
@interface name : inherit
// outline here