Files
yuyin_ios/SweetParty/主类/音悦新增/拍卖厅/PMMoreAlert.h

21 lines
357 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// PMMoreAlert.h
// SweetParty
//
// Created by bj_szd on 2023/12/25.
//
#import <UIKit/UIKit.h>
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