Example/AliyunOSSSDK-Example/Classes/AppDelegate.h (4 lines of code) (raw):
//
// AppDelegate.h
// AliyunOSSSDK-Example
//
// Created by 怀叙 on 2017/11/22.
// Copyright © 2017年 阿里云. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end