Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
BWLord.h
Go to the documentation of this file.
1 //
2 // BWLord.h
3 // Yini
4 //
5 // Created by siqi wang on 12-7-20.
6 // Copyright (c) 2012年 siqi wang. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <DropboxSDK/DropboxSDK.h>
11 #import "BWUser.h"
12 #import "BWAppDelegate.h"
13 
15 {
16 }
17 
18 +(BWLord*)myLord;
19 @property (nonatomic, strong) id delegate;
20 @property (nonatomic, strong) NSString* dbPlayingGround;
21 -(BWUser*)myLordAsAUser;
22 
23 -(NSString*)profilePicLocalPath;
24 
25 -(NSString*)myLordInfoSavePath;
26 
27 -(void)selfDestory;
28 @end
29 
30 
31 
32 
33 
34 
35 
36 
37 
38 
39 
40 
41 
42 
43 
44 
45 
46 
47 
48 
49 
50 
51 
52 @protocol BWLordInfoDelegate <NSObject>
53 
54 -(void)myLordInfoLoaded;
56 
57 @end