Syntax Flashcards

0
Q

What is the basic layout of implementation file?

A

import “interfacefilename.h”

@implementation interfacefilename

@end

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

What is the basic layout of interface file?

A

@interface name : inherit

// outline here

@end

How well did you know this?
1
Not at all
2
3
4
5
Perfectly