TUIFileViewController.h 315 B

12345678910111213
  1. //
  2. // FileViewController.h
  3. // TUIKitDemo
  4. //
  5. // Created by kennethmiao on 2018/11/12.
  6. // Copyright © 2018 Tencent. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "TUIFileMessageCell.h"
  10. @interface TUIFileViewController : UIViewController
  11. @property(nonatomic, strong) TUIFileMessageCellData *data;
  12. @end