mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
16 lines
308 B
Objective-C
16 lines
308 B
Objective-C
//
|
|
// FeedChooserViewCell.h
|
|
// NewsBlur
|
|
//
|
|
// Created by David Sinclair on 2016-01-22.
|
|
// Copyright © 2016 NewsBlur. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface FeedChooserViewCell : UITableViewCell
|
|
|
|
@property (nonatomic) BOOL isMuteOperation;
|
|
@property (nonatomic) BOOL isFaded;
|
|
|
|
@end
|