This commit is contained in:
zhangqinghe
2015-08-03 13:34:36 +08:00
parent 5ade8c3300
commit f624670b4f
3 changed files with 91 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
//
// AppDelegate+JPush.h
// delegateExtention
//
// Created by 张庆贺 on 15/8/3.
// Copyright (c) 2015年 JPush. All rights reserved.
//
#import "AppDelegate.h"
@interface AppDelegate (JPush)
//@property(nonatomic,strong)NSDictionary *luanchOption;
@end