QMFileTabbarView.h 305 B

1234567891011121314151617
  1. //
  2. // QMFileTabbarView.h
  3. // IMSDK-OC
  4. //
  5. // Created by HCF on 16/8/15.
  6. // Copyright © 2016年 HCF. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface QMFileTabbarView : UIView
  10. @property (nonatomic, strong)void(^selectAction)(void);
  11. @property (nonatomic, strong)UIButton *doneButton;
  12. @end