We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
...... #if defined(__has_feature) && __has_feature(modules) @import UIKit; #endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" @class NSCoder; @class UIButton; @class NSBundle; SWIFT_CLASS("_TtC4demo10SweetAlert") @interface SweetAlert : UIViewController - (nonnull instancetype)init SWIFT_UNAVAILABLE; - (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; - (void)pressed:(UIButton * _Null_unspecified)sender; - (void)viewWillLayoutSubviews; - (SweetAlert * _Nonnull)showAlert:(NSString * _Nonnull)title SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; @end @interface UIColor (SWIFT_EXTENSION(demo)) @end #pragma clang diagnostic pop
showAlert:
Objective-C
The text was updated successfully, but these errors were encountered:
No branches or pull requests
showAlert:
API Can't meet the project requirementsObjective-C
language versionThe text was updated successfully, but these errors were encountered: