mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-29 12:00:47 -04:00
15 lines
293 B
Objective-C
15 lines
293 B
Objective-C
//
|
|
// FLEXSubtitleTableViewCell.h
|
|
// FLEX
|
|
//
|
|
// Created by Tanner on 4/17/19.
|
|
// Copyright © 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXTableViewCell.h"
|
|
|
|
/// A cell initialized with \c UITableViewCellStyleSubtitle
|
|
@interface FLEXSubtitleTableViewCell : FLEXTableViewCell
|
|
|
|
@end
|