ifish/Ifish/controllers/IfishTabControllers/设备/ShouYeAdViewCell.h

15 lines
295 B
Objective-C

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