| 123456789101112131415161718192021 |
- //
- // SuctionContactWayCell.m
- // BuguLive
- //
- // Created by fanwe2014 on 16/8/10.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import "SuctionContactWayCell.h"
- @implementation SuctionContactWayCell
- - (void)awakeFromNib
- {
- [super awakeFromNib];
-
- }
- @end
|