NYComplaintListViewController.h 351 B

12345678910111213141516171819
  1. //
  2. // NYComplaintListViewController.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2023/7/2.
  6. // Copyright © 2023 JCZ. All rights reserved.
  7. //
  8. #import "RQBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYComplaintListViewController : UIViewController
  11. @property (weak, nonatomic) IBOutlet UITableView *tableView;
  12. @end
  13. NS_ASSUME_NONNULL_END