AddQuestionFooterView.h 463 Bytes
Newer Older
admin's avatar
admin committed
1 2 3 4 5 6 7 8 9 10 11 12
//
//  AddQuestionFooterView.h
//  redstar
//
//  Created by admin on 15/11/6.
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "TakePhotoView.h"

@interface AddQuestionFooterView : UIView
admin's avatar
admin committed
13

admin's avatar
admin committed
14
@property (nonatomic, strong) UITextView *titleTextView;
admin's avatar
admin committed
15
@property (nonatomic, strong) UITextView *contentTextView;
admin's avatar
admin committed
16 17 18

@property (nonatomic, strong) TakePhotoView *takePhotoView;

19 20
@property (nonatomic, strong) UIButton *reportBtn;

admin's avatar
admin committed
21
@end