- //
- // 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
|