SuctionContactWayCell.m 276 B

123456789101112131415161718192021
  1. //
  2. // SuctionContactWayCell.m
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 16/8/10.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import "SuctionContactWayCell.h"
  9. @implementation SuctionContactWayCell
  10. - (void)awakeFromNib
  11. {
  12. [super awakeFromNib];
  13. }
  14. @end