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