00001 00009 #import <Foundation/Foundation.h> 00010 00011 @class MixiConfig; 00012 @class MixiAuthorizer; 00013 00017 @interface MixiUserDefaults : NSObject { 00019 MixiConfig *config_; 00020 } 00021 00022 @property (nonatomic, retain) MixiConfig *config; 00023 00030 - (id)initWithConfig:(MixiConfig*)config; 00031 00037 - (void)storeAuthorizer:(MixiAuthorizer*)authorizer; 00038 00045 - (BOOL)restoreAuthorizer:(MixiAuthorizer*)authorizer; 00046 00050 - (void)clear; 00051 00052 @end
1.7.4