This commit is contained in:
Kevin G Christiano 2021-03-18 10:50:02 -04:00
parent 36f5c0f880
commit 9b8da4891d
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
#pragma mark - Getters
//Returns localized imageName
// Returns localized imageName
+ (nullable NSString *)localizedImageName:(nullable NSString *)imageName;
// The bundle for this framework

View File

@ -11,7 +11,6 @@
#import "MVMCoreUISession.h"
#import "MVMCoreUISplitViewController.h"
#import <MVMCoreUI/MVMCoreUI-Swift.h>
#import <MVMCore/MVMCoreGetterUtility.h>
@import MVMCore.MVMCoreNavigationHandler;
@import MVMCore.MVMCoreGetterUtility;