Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
ListCell.h
Go to the documentation of this file.
1 //
2 // ListCell.h
3 // socioville
4 //
5 // Created by Tope on 17/04/2012.
6 // Copyright (c) 2012 Universitatea BabeČ™-Bolyai. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface ListCell : UITableViewCell
12 
13 @property (nonatomic, weak) IBOutlet UILabel* titleLabel;
14 @end