luxlabs header browser preview


@class NSString;

@interface _ATXInternalNotification : NSObject <_ATXInternalNotificationProtocol> {
    NSString *_notificationName;
    id _token;
    struct _opaque_pthread_mutex_t { long long __sig; char __opaque[56]; } _lock;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (void)postData:(id)a0 forNotificationNamed:(id)a1;

- (id)initWithNotificationName:(id)a0;
- (id)init;
- (void)dealloc;
- (void).cxx_destruct;
- (void)registerForNotifications:(id /* block */)a0;

@end