// // WindSplashAdAdapter.h // WindSDK // // Created by happyelements on 2018/8/1. // Copyright © 2018 Codi. All rights reserved. // #import @class WADStrategy; @protocol WindAdAdapter; @protocol WindSplashAdAdapter -(void)loadAdAndShow:(WADStrategy *)strategy logoView:(UIView *)bottomView options:(NSDictionary *)options; -(void)show:(WADStrategy *)strategy window:(UIWindow *)window bottomView:(UIView *)bottomView options:(NSDictionary *)options; @end