From a74588083c4950e9237dff7a84ccdd129b72c950 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 22 Aug 2016 00:44:28 +0300 Subject: RestKit -> YYModel --- Juick/AppDelegate.m | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Juick/AppDelegate.m') diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index 5fe48fe..9dc5362 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -27,10 +27,6 @@ [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault; - NSURL *baseURL = [NSURL URLWithString:@"https://api.juick.com"]; - RKObjectManager *objectManager = [RKObjectManager managerWithBaseURL:baseURL]; - [RKObjectManager setSharedManager:objectManager]; - MessagesViewController *messages = [[MessagesViewController alloc] init]; RevealPanelViewController *rear = [[RevealPanelViewController alloc] init]; -- cgit v1.2.3