17 lines
276 B
Objective-C
17 lines
276 B
Objective-C
//
|
|
// TUICustomerServicePluginAccountController.h
|
|
// TUICustomerServicePlugin
|
|
//
|
|
// Created by xia on 2023/6/21.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface TUICustomerServicePluginAccountController : UITableViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|