Playlist Generator  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Playlist2/main.m
Go to the documentation of this file.
00001 //
00002 //  main.m
00003 //  Playlist2
00004 //
00005 //  Created by Max Woolf on 25/11/2011.
00006 //  Copyright (c) 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <UIKit/UIKit.h>
00010 
00011 #import "playlist2AppDelegate.h"
00012 
00013 int main(int argc, char *argv[])
00014 {
00015     @autoreleasepool {
00016         return UIApplicationMain(argc, argv, nil, NSStringFromClass([playlist2AppDelegate class]));
00017     }
00018 }