mvm_core_ui/MVMCoreUI/BaseControllers/MFLoadingViewController.h
Pfeil, Scott Robert 18e8d59a97 top alert fix
2019-01-16 15:51:30 -05:00

16 lines
408 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;
@interface MFLoadingViewController : UIViewController <MVMCoreLoadingViewControllerProtocol>
@end