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