luxlabs header browser preview


@interface CFPrefsCloudSource : CFPrefsPlistSource {
    const char *_configPath;
    const char *_storeName;
    BOOL _enabled;
}

- (void)dealloc;
- (void)fullCloudSynchronizeWithCompletionHandler:(id /* block */)a0;
- (BOOL)enabled;
- (id)initWithDomain:(struct __CFString { } *)a0 user:(struct __CFString { } *)a1 byHost:(BOOL)a2 containerPath:(struct __CFString { } *)a3 containingPreferences:(id)a4;
- (void)setEnabled:(BOOL)a0;
- (int)alreadylocked_updateObservingRemoteChanges;
- (void)mergeIntoDictionary:(struct __CFDictionary { } *)a0 sourceDictionary:(struct __CFDictionary { } *)a1 cloudKeyEvaluator:(id /* block */)a2;
- (void)setConfigurationPath:(struct __CFString { } *)a0;
- (void)setStoreName:(struct __CFString { } *)a0;
- (id)createSynchronizeMessage;

@end