@interface UICornerStyle : NSObject <NSCopying>
+ (instancetype)fixedWithRadius:(double)arg2;
@end
@interface UICornerConfiguration : NSObject <NSCopying>
+ (instancetype)uniform:(UICornerStyle*)arg2;
@end
@interface UIVisualEffectView (Helper)
- (void)setCornerConfiguration:(UICornerConfiguration *)arg1;
@end
add this header file to your project
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: