mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-29 12:00:47 -04:00
14 lines
241 B
Objective-C
14 lines
241 B
Objective-C
//
|
|
// FLEXKeyValueTableViewCell.h
|
|
// FLEX
|
|
//
|
|
// Created by Tanner Bennett on 1/23/20.
|
|
// Copyright © 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXTableViewCell.h"
|
|
|
|
@interface FLEXKeyValueTableViewCell : FLEXTableViewCell
|
|
|
|
@end
|