123456789101112131415161718192021222324 |
- //
- // YXBannerModel.h
- // Temperature
- //
- // Created by TC on 2025/4/10.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YXBannerModel : NSObject
- @property (nonatomic, copy) NSString *record_id;
- @property (nonatomic, copy) NSString *url;
- @property (nonatomic, copy) NSString *detail_url;
- @end
- NS_ASSUME_NONNULL_END
|