Skip to content

Commit

Permalink
compiled framework for version 0.5.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiat00 authored Nov 26, 2024
1 parent 3140468 commit f69dc80
Show file tree
Hide file tree
Showing 24 changed files with 6,631 additions and 17,178 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreFoundation;
@import Foundation;
@import UIKit;
#endif

#endif
Expand All @@ -300,28 +297,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif

#if defined(__OBJC__)
@class NSCoder;
@class NSString;

SWIFT_CLASS("_TtC16TrustedFormSwift15TrustedFormView")
@interface TrustedFormView : UIView
- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
- (void)awakeFromNib;
- (void)layoutSubviews;
@property (nonatomic, readonly) CGSize intrinsicContentSize;
- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary<NSKeyValueChangeKey, id> * _Nullable)change context:(void * _Nullable)context;
@end




SWIFT_PROTOCOL("_TtP16TrustedFormSwift23TrustedFormViewDelegate_")
@protocol TrustedFormViewDelegate
@optional
- (void)submitTappedIn:(TrustedFormView * _Nonnull)trustedFormView;
@end




Expand Down
Binary file not shown.
Loading

0 comments on commit f69dc80

Please sign in to comment.