luxlabs header browser preview


@class NSString, NSDictionary;

@interface NotificationSender : NSObject

@property (readonly) NSString *name;
@property (retain) NSDictionary *userInfo;

- (void)dealloc;
- (id)initWithName:(id)a0;
- (void).cxx_destruct;

@end