forked from github/jpush-phonegap-plugin
16 lines
363 B
Objective-C
16 lines
363 B
Objective-C
//
|
|
// AppDelegate+JPush.h
|
|
// delegateExtention
|
|
//
|
|
// Created by pikacode@qq.com on 15/8/3.
|
|
// Copyright (c) 2015年 JPush. All rights reserved.
|
|
//
|
|
|
|
#import "AppDelegate.h"
|
|
#import <UserNotifications/UserNotifications.h>
|
|
#import "JPUSHService.h"
|
|
|
|
@interface AppDelegate (JPush) <JPUSHRegisterDelegate>
|
|
-(void)registerForRemoteNotification;
|
|
@end
|