Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
BWSystemViewController.h
Go to the documentation of this file.
1 //
2 // BWSystemViewController.h
3 // Yini
4 //
5 // Created by siqi wang on 12-8-3.
6 // Copyright (c) 2012年 siqi wang. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "WSQFileHelper.h"
11 #import "BWLord.h"
12 #import "NewsLoader.h"
13 #import <DropboxSDK/DropboxSDK.h>
14 
15 @interface BWSystemViewController : UIViewController
16 - (IBAction)clearCatchButton:(id)sender;
17 - (IBAction)logOutButton:(id)sender;
18 
19 @end