| 123456789101112131415 |
- //
- // CellItemHistory.h
- // Apex Mobile
- //
- // Created by Ray on 14-4-24.
- // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface CellItemHistory : UITableViewCell
- @property (strong, nonatomic) IBOutlet UILabel *name;
- @property (strong, nonatomic) IBOutlet UILabel *time;
- @end
|