| 123456789101112131415161718192021222324252627 |
- //
- // ContactListTableViewCell.m
- // RedAnt ERP Mobile
- //
- // Created by Ray on 9/17/15.
- // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
- //
- #import "ContactListTableViewCell.h"
- @implementation ContactListTableViewCell
- //- (void)awakeFromNib {
- // // Initialization code
- //
- //
- // // timelabel.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin;
- //// self.rtlabel.autoresizingMask = UIViewAutoresizingFlexibleWidth;
- //}
- - (void)setSelected:(BOOL)selected animated:(BOOL)animated {
- [super setSelected:selected animated:animated];
- // Configure the view for the selected state
- }
- @end
|