mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
15 lines
260 B
Objective-C
15 lines
260 B
Objective-C
//
|
|
// MenuTableViewCell.h
|
|
// NewsBlur
|
|
//
|
|
// Created by Samuel Clay on 10/16/12.
|
|
// Copyright (c) 2012 NewsBlur. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface MenuTableViewCell : UITableViewCell
|
|
|
|
@property (nonatomic) BOOL destructive;
|
|
|
|
@end
|