7 lines
77 B
Objective-C
7 lines
77 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
@end
|