NewsBlur/clients/ios/Classes/FeedChooserViewCell.h
2016-11-23 13:22:12 -06:00

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