baselineBranchName property
Use this property to set and retrieve the name of the branch the baseline reference will be taken from and where new and accepted steps will be saved to.
Syntax
Call syntax
NSString* value; // give relevant initial value
eyes.baselineBranchName = value;
value = eyes.baselineBranchName
Declaration
(copy, nonatomic, nullable) NSString *baselineBranchName
Type:NSString*