Skip to content

Commit 7c95ba2

Browse files
committed
SDK-495 fix cocoapod lint warning
1 parent 377189e commit 7c95ba2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Branch-SDK/Branch-SDK/Branch.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,8 +944,7 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
944944
*/
945945
- (void) sendCommerceEvent:(BNCCommerceEvent*)commerceEvent
946946
metadata:(NSDictionary<NSString*,id>*)metadata
947-
withCompletion:(void (^) (NSDictionary*response, NSError*error))completion;
948-
//__attribute__((deprecated(("Please use BranchEvent to track commerce events."))));
947+
withCompletion:(void (^) (NSDictionary*response, NSError*error))completion __attribute__((deprecated(("Please use BranchEvent to track commerce events."))));
949948

950949
#pragma mark - Short Url Sync methods
951950

0 commit comments

Comments
 (0)