mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-11-03 21:09:22 -05: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
 |