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