summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-10-30 00:50:34 +0400
committerGravatar Vitaly Takmazov2013-10-30 00:50:34 +0400
commit566f122683240ea47f391033ec4e11ef424e7a5c (patch)
treefbe00959f88b3a16d2d4768c1cc223781a377160 /Juick/AppDelegate.m
parent7e7b734fc859234c9424b2ed98f5a2afef911de0 (diff)
Working main feed
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index 40b5fae..23cef5e 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -7,12 +7,12 @@
//
#import "AppDelegate.h"
+#import "MasterViewController.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
- // Override point for customization after application launch.
return YES;
}