Digital PCT265 defect CXTDT-573370: Code review. Matt's genious.
This commit is contained in:
parent
725d4e3cd7
commit
19f08dca79
@ -23,7 +23,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
+ (nullable NSBundle *)bundleForMVMCoreUI;
|
||||
|
||||
/// The bundle for the VDS frameowrk. Handy for accessing VDS resources such as fonts.
|
||||
+ (nullable NSBundle *)bundleForVDS;
|
||||
+ (nullable NSBundle *)bundleForFonts;
|
||||
|
||||
// Returns the hardcoded string from the string file.
|
||||
+ (nullable NSString *)hardcodedStringWithKey:(nonnull NSString *)key;
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
return [NSBundle bundleWithIdentifier:@"com.vzw.MVMCoreUI"];
|
||||
}
|
||||
|
||||
+ (nullable NSBundle *)bundleForVDS {
|
||||
+ (nullable NSBundle *)bundleForFonts {
|
||||
return [NSBundle bundleWithIdentifier:@"com.vzw.vds"];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user