NewsBlur/clients/ios/Classes/FeedChooserViewCell.h

17 lines
308 B
C
Raw Normal View History

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