19 lines
301 B
Objective-C
19 lines
301 B
Objective-C
//
|
|
// AIChatFunctionCollectionViewCell.h
|
|
// ProductApp
|
|
//
|
|
// Created by 工作 on 2024/10/14.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface AIChatFunctionCollectionViewCell : UICollectionViewCell
|
|
///
|
|
@property (nonatomic , strong) NSString *strname;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|