Files
benmy--tlchat/TLChat/Modules/Expression/TLExpressionViewController/TLExpressionMoreViewController/TLExpressionMoreViewController.h
T
2026-07-13 12:35:01 +08:00

16 lines
288 B
Objective-C

//
// TLExpressionMoreViewController.h
// TLChat
//
// Created by 李伯坤 on 2017/7/18.
// Copyright © 2017年 李伯坤. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TLExpressionMoreViewController : ZZFlexibleLayoutViewController
- (void)requestDataIfNeed;
@end