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