You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/Signal/src/environment/PropertyListPreferences.h

8 lines
167 B
C

@interface PropertyListPreferences : NSObject
11 years ago
- (id)tryGetValueForKey:(NSString *)key;
- (void)setValueForKey:(NSString *)key toValue:(id)value;
- (void)clear;
11 years ago
@end