add jpush 启动广告页
This commit is contained in:
+4
-2
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user