NewsBlur/clients/ios/Classes/MenuTableViewCell.h

16 lines
260 B
C
Raw Normal View History

2012-10-16 15:48:04 -07:00
//
// 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;
2012-10-16 15:48:04 -07:00
@end