1
This commit is contained in:
18
CustomKeyboard/View/Buy/KBKeyboardSubscriptionOptionCell.h
Normal file
18
CustomKeyboard/View/Buy/KBKeyboardSubscriptionOptionCell.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user