mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 12:54:13 -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
 | 
