comment update

This commit is contained in:
Pfeil, Scott Robert 2021-01-28 11:59:09 -05:00
parent d7da39ce25
commit 252d96e20c

View File

@ -36,10 +36,10 @@ typedef NS_ENUM(NSInteger, MFLoadStyle) {
// adding parent pageType for freebee
@property (nullable, strong, nonatomic) NSString *parentPageType;
/// App context to use when building the url. For ex: https://baseURL/appContext/pageType
/// App context to use when building the url. For ex: baseURL/appContext/pageType
@property (nullable, strong, nonatomic) NSString *contextRoot;
/// Host to use when building the url. For ex: https://baseURL/appContext/pageType
/// Base URL to use when building the url. For ex: baseURL/appContext/pageType
@property (nullable, strong, nonatomic) NSURL *alternateBaseURL;
/// Entire URL to use instead of building the url