// // NIMTeamSwitchTableViewCell.h // NIM // // Created by amao on 5/29/15. // Copyright (c) 2015 Netease. All rights reserved. // #import @protocol NIMTeamSwitchProtocol - (void)onStateChanged:(BOOL)on; @end @interface NIMTeamSwitchTableViewCell : UITableViewCell @property (strong, nonatomic) UISwitch *switcher; @property (weak, nonatomic) id switchDelegate; @end