File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
TenpingSDKFramework.framework Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Tenping"
3
- s . version = "1.1.1 "
3
+ s . version = "1.1.2 "
4
4
s . summary = "Tenping.framework"
5
5
s . homepage = "https://github.com/kains4/Tenping_IOS_SDK"
6
6
Original file line number Diff line number Diff line change 14
14
#define CERTIFICATE_ERR @" Not Valid Certification Code!!!"
15
15
16
16
17
+
17
18
@interface TenpingSDK : NSObject
18
19
19
20
24
25
+(TenpingSDK *)shareInstance ;
25
26
-(void )becomeActive ;
26
27
-(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 ;
29
30
30
31
@end
You can’t perform that action at this time.
0 commit comments