Skip to content

Commit 7bb005b

Browse files
committed
SDK-562 clean up some comments
1 parent bf3e22f commit 7bb005b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Branch-SDK/Branch-SDK/BNCReachability.m

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ @interface BNCReachability()
2020
@property (nonatomic, assign, readwrite) SCNetworkReachabilityRef reachability;
2121
@end
2222

23-
// Based on Apple's Reachability Sample
24-
// https://developer.apple.com/library/archive/samplecode/Reachability/Introduction/Intro.html
23+
/**
24+
Based on Apple's Reachability Sample
25+
26+
@link https://developer.apple.com/library/archive/samplecode/Reachability/Introduction/Intro.html
27+
*/
2528
@implementation BNCReachability
2629

2730
- (instancetype)init {

Branch-SDK/Branch-SDK/Branch.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,12 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
690690

691691
- (void)suppressWarningLogs;
692692

693-
// For use by other Branch SDKs. For example, Unity or React Native.
693+
/**
694+
For use by other Branch SDKs
695+
696+
@param name Plugin name. For example, Unity or React Native
697+
@param version Plugin version
698+
*/
694699
- (void)registerPluginName:(NSString *)name version:(NSString *)version;
695700

696701
/**

0 commit comments

Comments
 (0)