File tree Expand file tree Collapse file tree 24 files changed +39
-41
lines changed
Expand file tree Collapse file tree 24 files changed +39
-41
lines changed Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >FMWK </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >0.18.8 </string >
20+ <string >0.19.5 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >0.18.8 </string >
24+ <string >0.19.5 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 77//
88
99
10- # import < Foundation/Foundation.h >
10+ @ import Foundation;
1111#import " BNCServerRequest.h"
1212
1313
Original file line number Diff line number Diff line change 66// Copyright (c) 2014 Branch Metrics. All rights reserved.
77//
88
9- # import < Foundation/Foundation.h >
9+ @ import Foundation ;
1010
1111extern NSString * const BNC_SDK_VERSION ;
1212extern NSString * const BNC_API_BASE_URL ;
Original file line number Diff line number Diff line change 4848*/
4949//--------------------------------------------------------------------------------------------------
5050
51-
52- #import < Foundation/Foundation.h>
53-
51+ @import Foundation ;
5452
5553#ifdef __cplusplus
5654extern "C" {
Original file line number Diff line number Diff line change 66// Copyright (c) 2014 Branch Metrics. All rights reserved.
77//
88
9- # import < Foundation/Foundation.h >
9+ @ import Foundation;
1010
1111FOUNDATION_EXPORT NSString *_Nonnull const BNCErrorDomain;
1212
Original file line number Diff line number Diff line change 66// Copyright (c) 2015 Branch Metrics. All rights reserved.
77//
88
9- # import < Foundation/Foundation.h >
9+ @ import Foundation;
1010#import " BNCLinkData.h"
1111
1212@interface BNCLinkCache : NSObject
Original file line number Diff line number Diff line change 66// Copyright (c) 2015 Branch Metrics. All rights reserved.
77//
88
9- # import < Foundation/Foundation.h >
9+ @ import Foundation;
1010
1111typedef NS_ENUM (NSUInteger , BranchLinkType) {
1212 BranchLinkTypeUnlimitedUse = 0 ,
Original file line number Diff line number Diff line change 1313// --------------------------------------------------------------------------------------------------
1414
1515
16- # import < Foundation/Foundation.h >
16+ @ import Foundation;
1717#import " BNCDebug.h"
1818
1919
@@ -59,7 +59,7 @@ extern void BNCLogSetDisplayLevel(BNCLogLevel level);
5959* @param level The log level to convert to a string.
6060* @return Returns the string indicating the log level.
6161*/
62- extern NSString *_Nonnull const BNCLogStringFromLogLevel (BNCLogLevel level);
62+ extern NSString *_Nonnull BNCLogStringFromLogLevel (BNCLogLevel level);
6363
6464/* !
6565* @param string A string indicating the log level.
@@ -91,7 +91,7 @@ extern BNCLogClientInitializeFunctionPtr _Null_unspecified
9191#pragma mark - Optional Log Output Handlers
9292
9393
94- // /@info Pre-defined log message handlers --
94+ // /@brief Pre-defined log message handlers --
9595
9696typedef void (*BNCLogOutputFunctionPtr)(NSDate *_Nonnull timestamp, BNCLogLevel level, NSString *_Nullable message);
9797
Original file line number Diff line number Diff line change 66// Copyright © 2017 Branch Metrics. All rights reserved.
77//
88
9- # import < Foundation/Foundation.h >
9+ @ import Foundation;
1010
1111#pragma mark BNCNetworkOperationProtocol
1212
You can’t perform that action at this time.
0 commit comments