Files
mier_ios/SweetParty/主类/Mine/View/SPMineEditAlbumView.h

22 lines
360 B
C
Raw Normal View History

2025-08-11 10:43:19 +08:00
//
// SPMineEditAlbumView.h
// SweetParty
//
// Created by bj_szd on 2022/6/9.
//
#import <UIKit/UIKit.h>
#import "SPHomepageModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface SPMineEditAlbumView : UIView
@property (weak, nonatomic) IBOutlet UICollectionView *collectionView;
@property (nonatomic, strong) SPHomepageModel *model;
@end
NS_ASSUME_NONNULL_END