CheckMessage_VC.h 311 B

12345678910111213141516
  1. //
  2. // CheckMessage_VC.h
  3. // Haishenghai-master
  4. //
  5. // Created by 刘云鸽 on 2019/4/10.
  6. // Copyright © 2019 Haishenghai intelligence network technology. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CheckMessage_VC : UIViewController
  10. @property(nonatomic,strong)UITableView *tableView;
  11. @end