14 lines
234 B
Objective-C
14 lines
234 B
Objective-C
//
|
|
// TLChatViewController+Delegate.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 16/3/17.
|
|
// Copyright © 2016年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#import "TLChatViewController.h"
|
|
|
|
@interface TLChatViewController (Delegate)
|
|
|
|
@end
|