Today's Menu  Portugal
journal and plan nutrition
ZCGCustomCellBackground.h
Go to the documentation of this file.
1 //
2 // ZCGCustomCellBackground.h
3 // CoolTable
4 //
5 // Created by Don Zeek on 10/19/13.
6 // Copyright (c) 2013 net.dzeek.y2013. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface ZCGCustomCellBackground : UIView
12 
13 @property (nonatomic, assign) BOOL lastCell;
14 @property (nonatomic, assign) BOOL selected;
15 
16 @end