// // AppDelegate.h // ThePaperHD // // Created by scar1900 on 14/12/31. // Copyright (c) 2014年 scar1900. All rights reserved. // #import #import "TPWindow.h" #import #import #import "WXApi.h" #import "WeiboSDK.h" #import #import #import "shareUtil.h" #import "YRSideViewController.h" @interface AppDelegate : UIResponder @property (strong, nonatomic) TPWindow *window; @property (strong,nonatomic) YRSideViewController *sideViewController; @property (strong, nonatomic)NSDate *enterBackGroundDate; @property (copy) void (^backgroundSessionCompletionHandler)(); - (void)registUmentRemotePush; - (void)unRegistUmentRemotePush; @end