修改推送图标

This commit is contained in:
2025-02-07 17:44:23 +08:00
parent cbc5f844f1
commit dd5cf8ad36
4 changed files with 12 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface DSAvatarCollectionViewCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIImageView *avatarImageView;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *imgWidth;
@end