Skip to content

Commit

Permalink
Header doc for deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed May 12, 2015
1 parent 5d07868 commit 1f92322
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Intercom.framework/Versions/A/Headers/Intercom.h
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,11 @@ UIKIT_EXTERN NSString *const IntercomWindowDidHideNotification;

typedef void(^ICMCompletion)(NSError *error) __attribute((deprecated));

//=========================================================================================================
/*! @name Deprecated methods */
//=========================================================================================================
/*!
@deprecated Use setSecureOptions: instead
*/
+ (void)setApiKey:(NSString *)apiKey forAppId:(NSString *)appId securityOptions:(NSDictionary*) securityOptions __attribute((deprecated("Use method 'setSecureOptions:' instead")));
Expand Down

0 comments on commit 1f92322

Please sign in to comment.