123456789101112131415161718 |
- //
- // QMChatRoomMoreView.h
- // IMSDK-OC
- //
- // Created by HCF on 16/3/10.
- // Copyright © 2016年 HCF. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface QMChatRoomMoreView : UIView
- @property (nonatomic, strong)UIButton * takePicBtn; //取图片
- @property (nonatomic, strong)UIButton * takeFileBtn; //取文件
- @property (nonatomic, strong)UIButton * evaluateBtn; //评价
- @property (nonatomic, strong)UILabel * evaluateLabel;
- @end
|