14 lines
262 B
Objective-C
14 lines
262 B
Objective-C
//
|
|
// TLConversationNoNetCell.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 2017/7/17.
|
|
// Copyright © 2017年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface TLConversationNoNetCell : UITableViewCell <ZZFlexibleLayoutViewProtocol>
|
|
|
|
@end
|