sdk-ameba-v4.0c_180328/tools/uart_adapter/app/iOS/uartadapter/AppDelegate.h

18 lines
274 B
C
Raw Normal View History

2019-04-02 08:34:25 +00:00
//
// 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