Skip to content

Commit

Permalink
* Updated Direct Tap Framework from v4.0.0 to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed Feb 22, 2023
1 parent 4a7d49f commit 23ba647
Show file tree
Hide file tree
Showing 98 changed files with 2,967 additions and 176 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -263,19 +263,28 @@ SWIFT_CLASS("_TtC18DirectTapFramework11DirectTapSF")
@end

@class WKWebView;
@class UIView;
@class UILabel;
@class NSNotification;
@class WKNavigation;
@class WKNavigationResponse;
@class UIButton;
@class NSString;
@class NSBundle;
@class NSCoder;

SWIFT_CLASS("_TtC18DirectTapFramework27DirectWebViewViewController")
@interface DirectWebViewViewController : UIViewController <WKNavigationDelegate>
@property (nonatomic, weak) IBOutlet WKWebView * _Null_unspecified webView;
@property (nonatomic, weak) IBOutlet UIView * _Null_unspecified failedPage;
@property (nonatomic, weak) IBOutlet UILabel * _Null_unspecified dateText;
- (void)loadView;
- (void)viewDidLoad;
- (void)showOfflineDeviceUIWithNotification:(NSNotification * _Nonnull)notification;
- (void)popScreen;
- (void)webView:(WKWebView * _Nonnull)webView didCommitNavigation:(WKNavigation * _Null_unspecified)Navigation;
- (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationResponse:(WKNavigationResponse * _Nonnull)navigationResponse decisionHandler:(void (^ _Nonnull)(WKNavigationResponsePolicy))decisionHandler;
- (IBAction)clickDoneWithSender:(UIButton * _Nonnull)sender;
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 23ba647

Please sign in to comment.