Files
keyboard/CustomKeyboard/View/Buy/KBKeyboardSubscriptionOptionCell.h
2025-12-17 19:56:22 +08:00

19 lines
422 B
Objective-C

//
// KBKeyboardSubscriptionOptionCell.h
// CustomKeyboard
//
// Created by Mac on 2025/12/17.
//
#import <UIKit/UIKit.h>
#import "KBKeyboardSubscriptionProduct.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBKeyboardSubscriptionOptionCell : UICollectionViewCell
- (void)configureWithProduct:(KBKeyboardSubscriptionProduct *)product;
- (void)applySelected:(BOOL)selected animated:(BOOL)animated;
@end
NS_ASSUME_NONNULL_END