mvm_core_ui/MVMCoreUI/BaseControllers/MFLoadingViewController.h
Pfeil, Scott Robert 98fa47aaae Migration
2019-01-10 14:23:14 -05:00

16 lines
411 B
Objective-C

//
// MFLoadingViewController.h
// myverizon
//
// Created by Scott Pfeil on 11/20/14.
// Copyright (c) 2014 Verizon Wireless. All rights reserved.
//
// The view controller used during loading. Used by the loading handler.
#import <UIKit/UIKit.h>
#import <MVMCore/MVMCoreLoadingViewControllerProtocol.h>
@interface MFLoadingViewController : UIViewController <MVMCoreLoadingViewControllerProtocol>
@end