NewsBlur/clients/ios/Classes/FeedChooserViewCell.h

15 lines
272 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;
@end