Config/MixiUserDefaults.h
説明を見る。
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
 全て クラス ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義