// // 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 #import @interface MFLoadingViewController : UIViewController @end