sdk-ameba-v4.0c_180328/tools/uart_adapter/app/iOS/uartadapter/AppDelegate.h
2019-04-02 16:34:25 +08:00

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