add jpush 启动广告页

This commit is contained in:
lianxiang
2018-08-22 17:53:17 +08:00
parent b7bedad48c
commit 3b8f57d02f
24 changed files with 545 additions and 34 deletions
+4 -2
View File
@@ -33,8 +33,9 @@ UD_SYNC
// MAKR: Noti Names
#define USER_GUARD_DISSMISS @"userGaurdDissmiss"
#define APP_GUARD_DISSMISS @"APPGaurdDissmiss"
//adView
//#define APP_START_ADVIEW_PUSH @"APPStartAdviewpush"
#define APP_PUSHTO_DETAILVIEW @"appPushToDetailAdView"
#define GIGARGB(R,G,B,A) [UIColor colorWithRed:R/255.0f green:G/255.0f blue:B/255.0f alpha:A]
@@ -65,5 +66,6 @@ alpha:((float)(rgbValue & 0xFF))/255.0]
#define textFontWeightSize(X,W) [UIFont systemFontOfSize:X *([UIScreen mainScreen].bounds.size.width / 320.0) weight:W]
#define GIGA_ShowToast(__toast__) [self.view makeToast:(__toast__) duration:1.5 position:CSToastPositionCenter];
#endif /* GIGA_h */