// // ShouYeAdViewCell.h // Ifish // // Created by imac on 17/3/21. // Copyright © 2017年 lianlian. All rights reserved. // #import #import "LXAdScrollView.h" @interface ShouYeAdViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet LXAdScrollView *adView; @end