luxlabs header browser preview


@interface _UIStretchableShadow : NSObject

+ (id)_generateShadowWithRadius:(double)a0 cornerRadius:(double)a1 isContinuousCorner:(BOOL)a2 color:(id)a3;
+ (struct CGImage { } *)shadowWithRadius:(double)a0 cornerRadius:(double)a1;
+ (struct CGImage { } *)shadowWithRadius:(double)a0 cornerRadius:(double)a1 isContinuousCorner:(BOOL)a2 white:(double)a3;
+ (struct CGImage { } *)shadowWithRadius:(double)a0 cornerRadius:(double)a1 white:(double)a2;

@end