mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
14 lines
223 B
C
14 lines
223 B
C
![]() |
//
|
||
|
// FontTableViewCell.h
|
||
|
// NewsBlur
|
||
|
//
|
||
|
// Created by David Sinclair on 2015-10-30.
|
||
|
// Copyright © 2015 NewsBlur. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface FontTableViewCell : UITableViewCell
|
||
|
|
||
|
@end
|