15 lines
201 B
Objective-C
Executable File
15 lines
201 B
Objective-C
Executable File
//
|
|
// SampleAppDelegate.h
|
|
// libPhoneNumber
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
@interface SampleAppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|