// // PMMoreAlert.h // SweetParty // // Created by bj_szd on 2023/12/25. // #import NS_ASSUME_NONNULL_BEGIN @interface PMMoreAlert : UIView @property (weak, nonatomic) IBOutlet UIImageView *touchImgV; @property (weak, nonatomic) IBOutlet UITableView *tableView; @property (copy, nonatomic) NSString *rid; @end NS_ASSUME_NONNULL_END