@class NSNotificationCenter, NSString; @interface HMDCloudPhotosSettingObserver : HMFObject @property (class, readonly) HMDCloudPhotosSettingObserver *sharedInstance; @property (getter=isCloudPhotosEnabled) BOOL cloudPhotosEnabled; @property (readonly) id /* block */ accountFactory; @property (readonly) NSNotificationCenter *notificationCenter; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)logCategory; - (id)init; - (void).cxx_destruct; - (BOOL)fetchCloudPhotosEnabled; - (void)handleAccountStoreDidChangeNotification:(id)a0; - (id)initWithAccountFactory:(id /* block */)a0 notificationCenter:(id)a1; @end