Skip to content

Commit

Permalink
UIVIew extension fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhGar committed Aug 10, 2023
1 parent 4f8166b commit 8692d9a
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 2,539 deletions.
10 changes: 5 additions & 5 deletions PayUCommonUI.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>PayUCommonUI.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>PayUCommonUI.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
Original file line number Diff line number Diff line change
Expand Up @@ -385,16 +385,6 @@ SWIFT_CLASS("_TtC12PayUCommonUI29PayUUserCancellationViewModel")
@end


@interface UIView (SWIFT_EXTENSION(PayUCommonUI))
@property (nonatomic) IBInspectable CGFloat cornerRadius;
@property (nonatomic) IBInspectable CGFloat borderWidth;
@property (nonatomic, strong) IBInspectable UIColor * _Nullable borderColor;
@property (nonatomic) IBInspectable CGFloat shadowRadius;
@property (nonatomic) IBInspectable float shadowOpacity;
@property (nonatomic) IBInspectable CGSize shadowOffset;
@property (nonatomic, strong) IBInspectable UIColor * _Nullable shadowColor;
@end

#endif
#if defined(__cplusplus)
#endif
Expand Down
Loading

0 comments on commit 8692d9a

Please sign in to comment.