Skip to content

Commit a3e101c

Browse files
committed
v3.7.3
1 parent 4f114fe commit a3e101c

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

XHLaunchAd.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "XHLaunchAd"
3-
s.version = "3.7.2"
3+
s.version = "3.7.3"
44
s.summary = "The screen opening advertising solutions - 开屏广告、启动广告解决方案,支持图片/视频、静态/动态、全屏/半屏广告,支持iPhone/iPad,自带图片下载、缓存功能,等等."
55
s.homepage = "https://github.com/CoderZhuXH/XHLaunchAd"
66
s.license = { :type => "MIT", :file => "LICENSE" }

XHLaunchAd/XHLaunchAd/XHLaunchAd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Copyright © 2016年 it7090.com. All rights reserved.
77
// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd
88

9-
// 版本:3.7.2
10-
// 发布:2017.10.13
9+
// 版本:3.7.3
10+
// 发布:2017.10.17
1111

1212
// 如果你在使用过程中出现bug,请及时以下面任意一种方式联系我,我会及时修复bug并帮您解决问题。
1313
// QQ交流群:537476189

XHLaunchAd/XHLaunchAd/XHLaunchAdView.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,19 @@
1010
#import <AVFoundation/AVFoundation.h>
1111
#import <MediaPlayer/MediaPlayer.h>
1212
#import <AVKit/AVKit.h>
13+
14+
#if __has_include(<FLAnimatedImage/FLAnimatedImage.h>)
15+
#import <FLAnimatedImage/FLAnimatedImage.h>
16+
#else
1317
#import "FLAnimatedImage.h"
18+
#endif
19+
20+
#if __has_include(<FLAnimatedImage/FLAnimatedImageView.h>)
21+
#import <FLAnimatedImage/FLAnimatedImageView.h>
22+
#else
1423
#import "FLAnimatedImageView.h"
24+
#endif
25+
1526

1627
#pragma mark - image
1728
@interface XHLaunchAdImageView : FLAnimatedImageView

0 commit comments

Comments
 (0)