Files
mier_ios/SweetParty/主类/Homepage/View/SPHomepagePhotoView.h

20 lines
287 B
C
Raw Normal View History

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