changed git call from https to git readonly
[atutor.git] / mods / atsocial_iphone_app / Classes / ContactItemCell.m
1 //
2 //  ContactItemCell.m
3 //  ATutor
4 //
5 //  Created by Quang Anh Do on 10/07/2010.
6 //  Copyright 2010 Quang Anh Do. All rights reserved.
7 //
8
9 #import "ContactItemCell.h"
10
11
12 @implementation ContactItemCell
13
14 - (void)setObject:(id)object {
15         [super setObject:object];
16         
17         self.accessoryType = UITableViewCellAccessoryNone;
18 }
19
20 @end