ifish/Ifish/controllers/IfishTabControllers/设备/QianDao/View/QianDaoBannerViewCell.h

17 lines
306 B
Objective-C

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