luxlabs header browser preview


@class NSString, JSValue;

@interface VSJSAlertAction : IKJSObject <VSJSAlertAction>

@property (copy, nonatomic) NSString *title;
@property (copy, nonatomic) NSString *style;
@property (retain, nonatomic) JSValue *callback;

- (id)init;
- (void).cxx_destruct;

@end