16 lines
408 B
Objective-C
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
|