Skip to content

Commit

Permalink
* Updated Statement 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 23ba647 commit 4670788
Show file tree
Hide file tree
Showing 104 changed files with 2,415 additions and 197 deletions.
10 changes: 5 additions & 5 deletions Sources/Statement/StatementTapFramework.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>StatementTapFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>StatementTapFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,24 @@ SWIFT_CLASS("_TtC21StatementTapFramework14StatementTapSF")
- (void)documentPickerWasCancelled:(UIDocumentPickerViewController * _Nonnull)controller;
@end

@class UIView;
@class UILabel;
@class NSNotification;
@class WKNavigationResponse;
@class UIButton;

SWIFT_CLASS("_TtC21StatementTapFramework30StatementWebViewViewController")
@interface StatementWebViewViewController : 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 4670788

Please sign in to comment.