mvm_core_ui/MVMCoreUI/Templates/LargeHeaderSingleLabelViewController.h
Pfeil, Scott Robert 61f8016072 basic template
base core ui framework with placeholder template
2019-01-08 10:21:16 -05:00

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