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