18 lines
265 B
Objective-C
Executable File
18 lines
265 B
Objective-C
Executable File
//
|
|
// MHChatTableView.h
|
|
// MoHuanXingYu
|
|
//
|
|
// Created by 马方圆 on 2021/5/18.
|
|
// Copyright © 2021 MoHuanXingYu. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MHChatTableView : UITableView
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|