Source Code
@implementation NTXVibrantWidgetPrimaryStyling
- (CGFloat)alpha {
return 1;
}
- (UIColor *)color {
return [UIColor colorWithRed:0 green:0 blue:0 alpha:0.6];
}
- (long long)style {
return 5;
}
@end
@implementation NTXVibrantWidgetPrimaryStyling
- (CGFloat)alpha {
return 1;
}
- (UIColor *)color {
return [UIColor colorWithRed:0 green:0 blue:0 alpha:0.6];
}
- (long long)style {
return 5;
}
@end
Documented Classes in UserNotificationsUIKit.framework | |
---|---|