Skip to content

Commit 7fa071e

Browse files
kains4kains4
authored andcommitted
1.1.2 update
1 parent 385e2eb commit 7fa071e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Tenping.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 = "Tenping"
3-
s.version = "1.1.1"
3+
s.version = "1.1.2"
44
s.summary = "Tenping.framework"
55
s.homepage = "https://github.com/kains4/Tenping_IOS_SDK"
66

TenpingSDKFramework.framework/Headers/TenpingSDK.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#define CERTIFICATE_ERR @"Not Valid Certification Code!!!"
1515

1616

17+
1718
@interface TenpingSDK : NSObject
1819

1920

@@ -24,7 +25,7 @@
2425
+(TenpingSDK *)shareInstance;
2526
-(void)becomeActive;
2627
-(void)initWithTenpingAppKey:(NSString *)appKey success:(void(^)())success failure:(void(^)(NSString* errString))failure;
27-
-(void)showFullScreenAds;
28-
-(void)showHalfScreenAds;
28+
-(void)showFullScreenAdsOnOpened:(void(^)())open OnClose:(void(^)())close;
29+
-(void)showHalfScreenAdsOnOpened:(void(^)())open OnClose:(void(^)())close;
2930

3031
@end
64 Bytes
Binary file not shown.
-9.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)