AppDelegate.m 489 Bytes
//
//  AppDelegate.m
//  SDWebImage OSX Demo
//
//  Created by Bogdan on 12/06/16.
//  Copyright © 2016 Dailymotion. 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