We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76601bf commit e451960Copy full SHA for e451960
Firebase/InAppMessaging/Public/FIRInAppMessagingRendering.h
@@ -136,8 +136,7 @@ NS_SWIFT_NAME(InAppMessagingAction)
136
- (instancetype)init NS_UNAVAILABLE;
137
138
/// Deprecated, this class shouldn't be directly instantiated.
139
-- (instancetype)initWithActionText:(nullable NSString *)actionText
140
- actionURL:(NSURL *)actionURL __deprecated;
+- (instancetype)initWithActionText:(nullable NSString *)actionText actionURL:(NSURL *)actionURL;
141
142
@end
143
0 commit comments