@class NSArray; @protocol GCUserDefaults, GCSSettingsStoreService; @interface GCSControllersCollection : NSObject <GCSControllers> { id<GCUserDefaults> _userDefaults; } @property (retain, nonatomic) NSArray *values; @property (readonly, weak, nonatomic) id<GCSSettingsStoreService> settingsStore; - (void)updateControllers:(id)a0; - (void)dealloc; - (id)initWithSettingsStore:(id)a0 userDefaults:(id)a1; - (BOOL)storeVersionIsCompatible; - (id)controllerForPersistentIdentifier:(id)a0; - (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3; - (void).cxx_destruct; @end