NIMKitSwitcherCell.h 327 B

12345678910111213141516
  1. //
  2. // NIMKitSwitcherCell.h
  3. // NIM
  4. //
  5. // Created by chris on 15/6/26.
  6. // Copyright © 2015年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "NIMCommonTableViewCell.h"
  10. @interface NIMKitSwitcherCell : UITableViewCell<NIMCommonTableViewCell>
  11. @property(nonatomic,strong,readonly) UISwitch *switcher;
  12. @end