12345678910111213141516171819 |
- //
- // NYComplaintListViewController.h
- // jiaPei
- //
- // Created by Ning.ge on 2023/7/2.
- // Copyright © 2023 JCZ. All rights reserved.
- //
- #import "RQBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface NYComplaintListViewController : UIViewController
- @property (weak, nonatomic) IBOutlet UITableView *tableView;
- @end
- NS_ASSUME_NONNULL_END
|