Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 883cb67

Browse files
committed
7.2.0
1 parent 95a96e8 commit 883cb67

File tree

7 files changed

+24
-0
lines changed

7 files changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//
2+
// NADWebViewConfiguration.h
3+
// NendAd
4+
//
5+
// Copyright © 2022 FAN Communications, Inc. All rights reserved.
6+
//
7+
8+
#ifndef NADWebViewConfiguration_h
9+
#define NADWebViewConfiguration_h
10+
11+
#import <WebKit/WebKit.h>
12+
13+
NS_ASSUME_NONNULL_BEGIN
14+
@interface NADWebViewConfiguration : NSObject
15+
16+
@property (nonatomic, nullable) WKProcessPool *processPool;
17+
18+
+ (instancetype _Nonnull)sharedInstance;
19+
20+
@end
21+
22+
#endif /* NADWebViewConfiguration_h */
23+
NS_ASSUME_NONNULL_END

NendAd.embeddedframework/NendAd.framework/Headers/NendAd.h

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ FOUNDATION_EXPORT const unsigned char NendAdVersionString[];
3232
#import <NendAd/NADNativeVideo.h>
3333
#import <NendAd/NADNativeVideoLoader.h>
3434
#import <NendAd/NADNativeVideoView.h>
35+
#import <NendAd/NADWebViewConfiguration.h>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)