20 lines
354 B
Objective-C
20 lines
354 B
Objective-C
//
|
|
// TUICustomerServicePluginPhraseView.h
|
|
// TUICustomerServicePlugin
|
|
//
|
|
// Created by xia on 2023/7/4.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface TUICustomerServicePluginPhraseView : UIView
|
|
|
|
@property (nonatomic, strong) UIView *backView;
|
|
@property (nonatomic, strong) UITableView *itemsTableView;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|