Example/AliyunOSSSDK-OSX-Example/AppDelegate.h (3 lines of code) (raw):
//
// AppDelegate.h
// AliyunOSSSDK-OSX-Example
//
// Created by 怀叙 on 2017/11/28.
// Copyright © 2017年 阿里云. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end