luxlabs header browser preview


@class NSString;
@protocol PSYSyncStateObserverInterface;

@interface PSYSyncStateObserverExportedObject : NSObject <PSYSyncStateObserverInterface>

@property (weak, nonatomic) id<PSYSyncStateObserverInterface> delegate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void).cxx_destruct;
- (oneway void)didUpdateSyncForPairingID:(id)a0;

@end