AdJumpViewModel.h 291 B

12345678910111213141516
  1. //
  2. // AdJumpViewModel.h
  3. // BuguLive
  4. //
  5. // Created by xfg on 16/10/26.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "HMHotBannerModel.h"
  10. @interface AdJumpViewModel : NSObject
  11. + (id)adToOthersWith:(HMHotBannerModel *)bannerModel;
  12. @end