Skip to content

Commit

Permalink
Updated interface file
Browse files Browse the repository at this point in the history
  • Loading branch information
mbijapur committed Jul 3, 2019
1 parent ea33fbd commit 6a4443a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marketo.framework/Versions/A/Headers/ALMarketo.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import <Marketo/MKTSecuritySignature.h>
#import <UserNotifications/UserNotifications.h>

//NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN

@interface ALMarketo : NSObject

Expand All @@ -38,7 +38,7 @@
* @param appSecret An app secret used to initialize the app
* @param munchkinID Used to connect to marketo end-point
*/
- (void)initializeWithMunchkinID:(NSString *)munchkinID appSecret:(NSString *)appSecret launchOptions:(NSDictionary *)launchOptions;
- (void)initializeWithMunchkinID:(nullable NSString *)munchkinID appSecret:(nullable NSString *)appSecret launchOptions:(nullable NSDictionary *)launchOptions;

/*!
* The timeout interval, in seconds. If during a connection attempt the request remains idle for longer
Expand Down Expand Up @@ -164,4 +164,4 @@ didReceiveNotificationResponse:(UNNotificationResponse *)response

@end

//NS_ASSUME_NONNULL_END
NS_ASSUME_NONNULL_END
Binary file modified Marketo.framework/Versions/A/Marketo
Binary file not shown.

0 comments on commit 6a4443a

Please sign in to comment.