Digital PCT265 defect CXTDT-573370: Code review. Matt's genious.

This commit is contained in:
Hedden, Kyle Matthew 2024-06-14 14:15:00 -04:00
parent 725d4e3cd7
commit 19f08dca79
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -22,7 +22,7 @@
return [NSBundle bundleWithIdentifier:@"com.vzw.MVMCoreUI"];
}
+ (nullable NSBundle *)bundleForVDS {
+ (nullable NSBundle *)bundleForFonts {
return [NSBundle bundleWithIdentifier:@"com.vzw.vds"];
}