mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2025-01-15 07:15:16 +00:00
17 lines
274 B
Objective-C
Executable file
17 lines
274 B
Objective-C
Executable file
//
|
|
// AppDelegate.h
|
|
// uartadapter
|
|
//
|
|
// Created by isaiah on 8/26/15.
|
|
// Copyright (c) 2015 realtek. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
|
|
@end
|
|
|