Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
BWPlayingGroundSettingViewController.h
Go to the documentation of this file.
1 //
2 // BWPlayingGroundSettingViewController.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 "BWLord.h"
11 //#import "WSQFileHelper.h"
12 #import "WSQFileUploader.h"
13 
14 @interface BWPlayingGroundSettingViewController : UIViewController
15 - (IBAction)doneButton:(id)sender;
16 
17 @property (strong, nonatomic) IBOutlet UITextField *textField;
18 @end