Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
BWCameraModalViewController.h
Go to the documentation of this file.
1 //
2 // BWCameraModalViewController.h
3 // Yini
4 //
5 // Created by siqi wang on 12-8-4.
6 // Copyright (c) 2012年 siqi wang. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "BWNewsWriter.h"
11 
12 @interface BWCameraModalViewController : UIViewController<UINavigationControllerDelegate, UITextFieldDelegate, UIImagePickerControllerDelegate>
13 {
14  UIImage *selectedImage;
15  NSString *newsName;
16 
17 }
18 - (IBAction)doneButton:(id)sender;
19 - (IBAction)closeButton:(id)sender;
20 @property (strong, nonatomic) IBOutlet UITextField *nameTextField;
21 @property (strong, nonatomic) IBOutlet UIImageView *photoImageView;
22 @property (strong, nonatomic) IBOutlet UIActivityIndicatorView *littleWheel;
23 
24 @end