luxlabs header browser preview


@class NSString;

@interface CNChangeNotifierDistributedCenterWrapper : NSObject <CNChangeNotifierWrapper>

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

- (void)postNotification:(id)a0;
- (void)removeObserver:(id)a0 notification:(id)a1;
- (void)addObserver:(id)a0 notification:(id)a1;

@end