Skip to content

Commit

Permalink
Update Kount DeviceCollectorSDK to v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
intelliot committed Oct 7, 2015
1 parent 683282e commit 0f1b297
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Braintree/Data/DeviceCollectorSDK.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @abstract Device Collector SDK for iOS
* @discussion This SDK is used to implement the Dvice Collector in your
* @discussion This SDK is used to implement the Device Collector in your
* application. Please read through all the documentation before implementing.
*
* Copyright (c) 2012-2013 Kount. All rights reserved.
* Copyright (c) 2012-2015 Kount. All rights reserved.
*/

/**
Expand Down Expand Up @@ -63,7 +63,7 @@

/**
* @method onCollectorSuccess
* @abstract Notfication that the collector finished successfully.
* @abstract Notification that the collector finished successfully.
* @result void
*/
- (void) onCollectorSuccess;
Expand All @@ -88,7 +88,7 @@
/**
* @method skipList
* @abstract A list of collectors to skip
* @param list An NSArray of DC_COLLECOTOR_* define values
* @param list An NSArray of DC_COLLECTOR_* define values
* @result void
*/
@property (nonatomic, strong) NSArray *skipList;
Expand Down Expand Up @@ -144,4 +144,4 @@
* @result void
*/
- (void) setDelegate:(id<DeviceCollectorSDKDelegate>) delegate;
@end // end @interface DeviceCollectorSDK
@end // end @interface DeviceCollectorSDK
Binary file modified Braintree/Data/libDeviceCollectorLibrary.a
Binary file not shown.

0 comments on commit 0f1b297

Please sign in to comment.