My Project
 All Classes Functions Properties
SearchUsersTableViewCell.h
1 //
2 // SearchUsersTableViewCell.h
3 // BoredRoomBingo
4 //
5 // Created by Tom Reinhart on 11/16/14.
6 // Copyright (c) 2014 Tom Reinhart. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
13 @interface SearchUsersTableViewCell : UITableViewCell
14 @property (strong, nonatomic) IBOutlet UILabel *usernameLabel;
15 @property (strong, nonatomic) IBOutlet UIButton *addRemoveButton;
16 @end
Definition: SearchUsersTableViewCell.h:13
IBOutlet UILabel * usernameLabel
Username label returned in search.
Definition: SearchUsersTableViewCell.h:14
IBOutlet UIButton * addRemoveButton
button to send an invitation to username in same cell
Definition: SearchUsersTableViewCell.h:15