ad localnoti background music
This commit is contained in:
+4
-2
@@ -34,11 +34,13 @@ UD_SYNC
|
||||
#define USER_GUARD_DISSMISS @"userGaurdDissmiss"
|
||||
#define APP_GUARD_DISSMISS @"APPGaurdDissmiss"
|
||||
//adView
|
||||
//#define APP_START_ADVIEW_PUSH @"APPStartAdviewpush"
|
||||
#define APP_PUSHTO_DETAILVIEW @"appPushToDetailAdView"
|
||||
//面膜时间结束
|
||||
#define kLOCALNotifiID_MASKETIMEEND @"GIGALocalNotificationMaskTimeEnd"
|
||||
//app 挂起
|
||||
#define kLOCALNotifiID_APPTERMINAL @"GIGALocalNotificationAppTerminal"
|
||||
|
||||
#define GIGARGB(R,G,B,A) [UIColor colorWithRed:R/255.0f green:G/255.0f blue:B/255.0f alpha:A]
|
||||
|
||||
#define GIGAUIColorFromRGB_A(rgbValue,alphaValue) [UIColor \
|
||||
colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 \
|
||||
green:((float)((rgbValue & 0xFF00) >> 8))/255.0 \
|
||||
|
||||
Reference in New Issue
Block a user