Example/AliyunOSSSDK-OSX-Example/AppDelegate.m (9 lines of code) (raw):
//
// AppDelegate.m
// AliyunOSSSDK-OSX-Example
//
// Created by 怀叙 on 2017/11/28.
// Copyright © 2017年 阿里云. All rights reserved.
//
#import "AppDelegate.h"
@interface AppDelegate ()
@end
@implementation AppDelegate
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
// Insert code here to initialize your application
}
- (void)applicationWillTerminate:(NSNotification *)aNotification {
// Insert code here to tear down your application
}
@end