mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2025-01-28 13:25:17 +00:00
18 lines
274 B
C
18 lines
274 B
C
|
//
|
||
|
// 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
|
||
|
|