// // FeedChooserViewCell.h // NewsBlur // // Created by David Sinclair on 2016-01-22. // Copyright © 2016 NewsBlur. All rights reserved. // #import @interface FeedChooserViewCell : UITableViewCell @property (nonatomic) BOOL isMuteOperation; @property (nonatomic) BOOL isFaded; @end