16 lines
350 B
Objective-C
16 lines
350 B
Objective-C
//
|
|
// TLMobileContactsAngel.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 2018/1/9.
|
|
// Copyright © 2018年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#import <ZZFLEX/ZZFlexibleLayoutFramework.h>
|
|
|
|
@interface TLMobileContactsAngel : ZZFLEXAngel
|
|
|
|
- (void)resetListWithMobileContactsData:(NSArray *)contactsData sectionHeaders:(NSArray *)sectionHeaders;
|
|
|
|
@end
|