18 lines
393 B
Objective-C
18 lines
393 B
Objective-C
//
|
|
// LargeHeaderSingleLabelViewController.h
|
|
// MVMCoreUI
|
|
//
|
|
// Created by Scott Pfeil on 1/8/19.
|
|
// Copyright © 2019 Verizon Wireless. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <MVMCore/MVMCoreViewControllerProtocol.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface LargeHeaderSingleLabelViewController : UIViewController <MVMCoreViewControllerProtocol>
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|