// // AppDelegate.h // Juick // // Created by Vitaly Takmazov on 26.10.13. // Copyright (c) 2013 com.juick. All rights reserved. // @import UIKit; @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; -(void) registerForRemoteNotifications; @end