12345678910111213141516 |
- //
- // NIMKitSwitcherCell.h
- // NIM
- //
- // Created by chris on 15/6/26.
- // Copyright © 2015年 Netease. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "NIMCommonTableViewCell.h"
- @interface NIMKitSwitcherCell : UITableViewCell<NIMCommonTableViewCell>
- @property(nonatomic,strong,readonly) UISwitch *switcher;
- @end
|