luxlabs header browser preview


@class NSString, UIImageView, UIImage, UILabel;

@interface SKUIDonationResultView : UIView {
    UIImageView *_imageView;
    UILabel *_messageLabel;
    UILabel *_titleLabel;
}

@property (retain, nonatomic) UIImage *image;
@property (copy, nonatomic) NSString *message;
@property (copy, nonatomic) NSString *title;

- (void).cxx_destruct;
- (void)layoutSubviews;

@end