mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-01 13:23:37 -04:00
15 lines
287 B
Objective-C
15 lines
287 B
Objective-C
//
|
|
// FLEXTableRowDataViewController.h
|
|
// FLEX
|
|
//
|
|
// Created by Chaoshuai Lu on 7/8/20.
|
|
//
|
|
|
|
#import "FLEXFilteringTableViewController.h"
|
|
|
|
@interface FLEXTableRowDataViewController : FLEXFilteringTableViewController
|
|
|
|
+ (instancetype)rows:(NSDictionary<NSString *, id> *)rowData;
|
|
|
|
@end
|