NCVibrantWidgetTertiaryStyling
Source Code
@implementation NCVibrantWidgetTertiaryStyling - (CGFloat)alpha { return 1.0; } - (UIColor *)color { return [UIColor colorWithRed:0 green:0 blue:0 alpha:0.13]; } - (long long)style { return 7; } @end
@implementation NCVibrantWidgetTertiaryStyling - (CGFloat)alpha { return 1.0; } - (UIColor *)color { return [UIColor colorWithRed:0 green:0 blue:0 alpha:0.13]; } - (long long)style { return 7; } @end