19 lines
288 B
Objective-C
19 lines
288 B
Objective-C
//
|
|
// AppDelegate.m
|
|
// ViewBasedSourceList
|
|
//
|
|
// Created by Alex Rozanski on 28/12/2013.
|
|
//
|
|
//
|
|
|
|
#import "AppDelegate.h"
|
|
|
|
@implementation AppDelegate
|
|
|
|
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
|
|
{
|
|
// Insert code here to initialize your application
|
|
}
|
|
|
|
@end
|