Hibit_iOS/HiBit/Project/Publics/MultiLanguage/Controllers/HBMultiLanguageController.h
2024-06-07 13:38:31 +08:00

23 lines
428 B
Objective-C

//
// HBMultiLanguageController.h
// QinJiuTV
//
// Created by HI_LOSER on 2024/5/6.
//
#import "HBViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface HBMultiLanguageController : HBViewController
@property (strong, nonatomic) NSArray<HBLanguageModel*> * models;
@end
@interface HBMultiLanguageCollectionViewCell : UICollectionViewCell
@property (strong, nonatomic) HBLanguageModel * model;
@end
NS_ASSUME_NONNULL_END