This commit is contained in:
2025-04-30 16:34:02 +08:00
parent dd5cf8ad36
commit 32258f688e
11 changed files with 85 additions and 16 deletions

View File

@@ -19,6 +19,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
@property (weak, nonatomic) IBOutlet UIButton *arrowBtn;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *widthConstraint;
@property (weak, nonatomic) IBOutlet UIButton *pvLab;
@property (nonatomic, strong) PushRecordList *list;