| 123456789101112131415 |
- //
- // ContactListTableViewCell.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 9/17/15.
- // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "RTLabel.h"
- @interface ContactListTableViewCell : UITableViewCell
- @property (strong, nonatomic) IBOutlet UIButton *btn_assign;
- @property (strong, nonatomic) IBOutlet RTLabel *rtlabel;
- @end
|