BBASMAdLandingPageTailFrameViewDelegate.h 741 Bytes
//
//  BBASMAdLandingPageTailFrameViewDelegate.h
//  BBAMNP
//
//  Created by xutingting on 2019/9/26.
//

#ifndef BBASMAdLandingPageTailFrameViewDelegate_h
#define BBASMAdLandingPageTailFrameViewDelegate_h

@protocol BBASMAdLandingPageTailFrameViewDelegate <NSObject>

@optional

/**
 * @brief 广告主头像点击
 */
- (void)adTailAuthorHeadClicked;

/**
 * @brief 广告主名称点击
 */
- (void)adTailAuthorNameClicked;

/**
 * @brief 按钮点击
 */
- (void)adTailDetailButtonClicked;

/**
 * @brief 其他区域点击
 */
- (void)adTailOtherAreaClicked;

- (void)viewSetImageWithURL:(NSURL *)url view:(UIImageView *)view;


- (CGFloat)getBottomOfView:(UIView *)view;


@end

#endif /* BBASMAdLandingPageTailFrameViewDelegate_h */