Skip to content

Commit 5cf0d79

Browse files
committed
Update 3.4.2
1 parent f5fdda4 commit 5cf0d79

File tree

77 files changed

+62
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+62
-52
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*.framework filter=lfs diff=lfs merge=lfs -text
22
plugins/2018.3326/iphone-sim/resources/Frameworks/PAGAdSDK.framework/PAGAdSDK filter=lfs diff=lfs merge=lfs -text
33
plugins/2018.3326/iphone/resources/Frameworks/PAGAdSDK.framework/PAGAdSDK filter=lfs diff=lfs merge=lfs -text
4+
plugins/2018.3326/iphone-sim/PAGAdSDK.framework/PAGAdSDK filter=lfs diff=lfs merge=lfs -text
5+
plugins/2018.3326/iphone/PAGAdSDK.framework/PAGAdSDK filter=lfs diff=lfs merge=lfs -text
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//
2+
// PAGAdProtocol.h
3+
// PangleSDK
4+
//
5+
// Created by bytedance on 2022/4/7.
6+
//
7+
8+
#import <Foundation/Foundation.h>
9+
10+
NS_ASSUME_NONNULL_BEGIN
11+
12+
@protocol PAGAdProtocol <NSObject>
13+
14+
/// return extra info
15+
- (nullable NSDictionary *)getMediaExtraInfo DEPRECATED_MSG_ATTRIBUTE("Use getExtraInfoWithKey: method instead.");
16+
17+
/// Returns the value corresponding to the specified key
18+
/// - Parameter key: The value key
19+
- (nullable id)getExtraInfoWithKey:(NSString *)key;
20+
21+
@end
22+
23+
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)