16 lines
271 B
Objective-C
Executable File
16 lines
271 B
Objective-C
Executable File
//
|
|
// CellLayoutConfig.h
|
|
// DemoApplication
|
|
//
|
|
// Created by chris on 15/11/1.
|
|
// Copyright © 2015年 chris. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "NIMKit.h"
|
|
|
|
@interface CellLayoutConfig : NIMCellLayoutConfig<NIMCellLayoutConfig>
|
|
|
|
|
|
@end
|