// // KBKeyboardSubscriptionOptionCell.h // CustomKeyboard // // Created by Mac on 2025/12/17. // #import #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