8 lines
86 B
Objective-C
8 lines
86 B
Objective-C
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface LocationViewController : UIViewController
|
|
|
|
@end
|