- //
- // AdJumpViewModel.h
- // BuguLive
- //
- // Created by xfg on 16/10/26.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "HMHotBannerModel.h"
- @interface AdJumpViewModel : NSObject
- + (id)adToOthersWith:(HMHotBannerModel *)bannerModel;
- @end
|