@class NSString; @protocol RCManagedConfigurationHelperDelegate; @interface RCManagedConfigurationHelper : NSObject { BOOL _observing; } @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)cloudSyncIsAllowed; - (void)profileConnectionDidReceiveRestrictionChangedNotification:(id)a0 userInfo:(id)a1; - (void)_startObserving; - (void)dealloc; - (void)_notifyDelegateOfChange; - (void).cxx_destruct; - (void)_stopObserving; @end