import changes
This commit is contained in:
parent
18e8d59a97
commit
4e64317703
@ -5,7 +5,7 @@
|
||||
// Created by Scott Pfeil on 2/25/16.
|
||||
// Copyright © 2016 Verizon Wireless. All rights reserved.
|
||||
//
|
||||
#import "MFButtonProtocol.h"
|
||||
#import <MVMCoreUI/MFButtonProtocol.h>
|
||||
|
||||
@protocol ButtonDelegateProtocol <NSObject>
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <MVMCore/MVMCoreActionDelegateProtocol.h>
|
||||
@import MVMCore.MVMCoreActionDelegateProtocol;
|
||||
#import <MVMCoreUI/ButtonDelegateProtocol.h>
|
||||
#import <MVMCoreUI/MFButtonProtocol.h>
|
||||
|
||||
|
||||
@ -7,10 +7,10 @@
|
||||
//
|
||||
|
||||
#import "MFCustomButton.h"
|
||||
#import <MVMCore/MVMCoreSessionObject.h>
|
||||
#import <MVMCore/MVMCoreActionHandler.h>
|
||||
#import <MVMCore/MVMCoreJSONConstants.h>
|
||||
#import <MVMCore/NSDictionary+MFConvenience.h>
|
||||
@import MVMCore.MVMCoreSessionObject;
|
||||
@import MVMCore.MVMCoreActionHandler;
|
||||
@import MVMCore.MVMCoreJSONConstants;
|
||||
@import MVMCore.NSDictionary_MFConvenience;
|
||||
#import "MVMCoreUIUtility.h"
|
||||
#import "MVMCoreUIConstants.h"
|
||||
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
#import <MVMCoreUI/MFSizeObject.h>
|
||||
#import "UIColor+MFConvenience.h"
|
||||
#import "MVMCoreUISplitViewController.h"
|
||||
#import <MVMCore/MVMCoreDispatchUtility.h>
|
||||
#import <MVMCore/MVMCoreGetterUtility.h>
|
||||
@import MVMCore.MVMCoreDispatchUtility;
|
||||
@import MVMCore.MVMCoreGetterUtility;
|
||||
|
||||
@interface MFTextButton ()
|
||||
|
||||
|
||||
@ -8,11 +8,11 @@
|
||||
|
||||
#import "PrimaryButton.h"
|
||||
#import <MVMCoreUI/MFSizeObject.h>
|
||||
#import <MVMCore/MVMCoreDispatchUtility.h>
|
||||
#import <MVMCore/MVMCoreGetterUtility.h>
|
||||
#import "MVMCoreUISplitViewController.h"
|
||||
#import "MFStyler.h"
|
||||
#import "UIColor+MFConvenience.h"
|
||||
@import MVMCore.MVMCoreDispatchUtility;
|
||||
@import MVMCore.MVMCoreGetterUtility;
|
||||
|
||||
@interface PrimaryButton ()
|
||||
|
||||
|
||||
@ -12,9 +12,9 @@
|
||||
#import "UIColor+MFConvenience.h"
|
||||
#import <MVMCoreUI/MFSizeObject.h>
|
||||
#import "MVMCoreUISplitViewController.h"
|
||||
#import <MVMCore/MVMCoreDispatchUtility.h>
|
||||
#import <MVMCore/MVMCoreGetterUtility.h>
|
||||
#import "SeparatorView.h"
|
||||
@import MVMCore.MVMCoreDispatchUtility;
|
||||
@import MVMCore.MVMCoreGetterUtility;
|
||||
|
||||
@interface MFDigitTextBox()
|
||||
|
||||
|
||||
@ -16,9 +16,9 @@
|
||||
#import "MFDigitTextBox.h"
|
||||
#import <MVMCoreUI/MFSizeObject.h>
|
||||
#import "MVMCoreUISplitViewController.h"
|
||||
#import <MVMCore/MVMCoreDispatchUtility.h>
|
||||
#import "MVMCoreUIUtility.h"
|
||||
#import "MVMCoreUIConstants.h"
|
||||
@import MVMCore.MVMCoreDispatchUtility;
|
||||
|
||||
@interface MFDigitTextField () <UITextFieldDelegate, MFDigitTextBoxDelegate>
|
||||
|
||||
|
||||
@ -7,9 +7,9 @@
|
||||
//
|
||||
|
||||
#import "MFMdnTextField.h"
|
||||
#import <MVMCore/MVMCoreJSONConstants.h>
|
||||
@import MVMCore.MVMCoreJSONConstants;
|
||||
@import MVMCore.MVMCoreNavigationHandler;
|
||||
#import "MVMCoreUICommonViewsUtility.h"
|
||||
#import <MVMCore/MVMCoreNavigationHandler.h>
|
||||
#import "UIColor+MFConvenience.h"
|
||||
#import "MVMCoreUIUtility.h"
|
||||
#import "MVMCoreUIConstants.h"
|
||||
|
||||
@ -9,15 +9,15 @@
|
||||
#import "MFTextField.h"
|
||||
#import "DashLine.h"
|
||||
#import "MFTextFieldSubclassExtension.h"
|
||||
#import <MVMCore/MVMCoreDispatchUtility.h>
|
||||
#import "MFStyler.h"
|
||||
#import "UIColor+MFConvenience.h"
|
||||
#import <MVMCore/NSDictionary+MFConvenience.h>
|
||||
#import "MVMCoreUICommonViewsUtility.h"
|
||||
#import <MVMCore/MVMCoreJSONConstants.h>
|
||||
#import "MFLabel.h"
|
||||
#import "MVMCoreUIUtility.h"
|
||||
#import "MVMCoreUIConstants.h"
|
||||
@import MVMCore.MVMCoreDispatchUtility;
|
||||
@import MVMCore.NSDictionary_MFConvenience;
|
||||
@import MVMCore.MVMCoreJSONConstants;
|
||||
|
||||
@interface MFTextField()
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
#import "DashLine.h"
|
||||
#import "UIColor+MFConvenience.h"
|
||||
#import <MVMCore/MVMCoreDispatchUtility.h>
|
||||
@import MVMCore.MVMCoreDispatchUtility;
|
||||
|
||||
@implementation DashLine
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
#import "UIColor+MFConvenience.h"
|
||||
#import "MFFonts.h"
|
||||
#import "MVMCoreUISplitViewController.h"
|
||||
#import <MVMCore/MVMCoreGetterUtility.h>
|
||||
@import MVMCore.MVMCoreGetterUtility;
|
||||
|
||||
@interface MFLabel ()
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <MVMCoreUI/MFTransparentGIFView.h>
|
||||
#import <MVMCore/MVMCoreCache.h>
|
||||
@import MVMCore.MVMCoreCache;
|
||||
|
||||
@class MFLoadingSpinner;
|
||||
|
||||
|
||||
@ -8,12 +8,12 @@
|
||||
|
||||
#import "MFLoadImageView.h"
|
||||
#import "MFLoadingSpinner.h"
|
||||
#import <MVMCore/NSDictionary+MFConvenience.h>
|
||||
#import <MVMCore/MVMCoreDispatchUtility.h>
|
||||
#import <MVMCore/MVMCoreGetterUtility.h>
|
||||
#import <MVMCore/MVMCoreCache.h>
|
||||
#import "NSLayoutConstraint+MFConvenience.h"
|
||||
#import "MVMCoreUIUtility.h"
|
||||
@import MVMCore.NSDictionary_MFConvenience;
|
||||
@import MVMCore.MVMCoreDispatchUtility;
|
||||
@import MVMCore.MVMCoreGetterUtility;
|
||||
@import MVMCore.MVMCoreCache;
|
||||
|
||||
@interface MFLoadImageView ()
|
||||
|
||||
|
||||
@ -9,8 +9,8 @@
|
||||
#import "MFTextView.h"
|
||||
#import "UIColor+MFConvenience.h"
|
||||
#import "MVMCoreUIUtility.h"
|
||||
#import <MVMCore/MVMCoreConstants.h>
|
||||
#import "MVMCoreUIConstants.h"
|
||||
@import MVMCore.MVMCoreConstants;
|
||||
|
||||
@protocol CustomTextViewDelegate <UITextViewDelegate>
|
||||
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
|
||||
#import "MFTransparentGIFView.h"
|
||||
#import "FLAnimatedImage.h"
|
||||
#import <MVMCore/MFFreebeeHandler.h>
|
||||
#import <MVMCore/MVMCoreConstants.h>
|
||||
#import "MVMCoreUIUtility.h"
|
||||
@import MVMCore.MFFreebeeHandler;
|
||||
@import MVMCore.MVMCoreConstants;
|
||||
|
||||
@interface MFTransparentGIFView ()
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <MVMCore/MVMCoreViewProtocol.h>
|
||||
@import MVMCore.MVMCoreViewProtocol;
|
||||
|
||||
@interface MFView : UIView <MVMCoreViewProtocol>
|
||||
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
//
|
||||
|
||||
#import "ViewConstrainingView.h"
|
||||
#import <MVMCore/MVMCoreConstants.h>
|
||||
#import <MVMCore/MVMCoreDispatchUtility.h>
|
||||
@import MVMCore.MVMCoreConstants;
|
||||
@import MVMCore.MVMCoreDispatchUtility;
|
||||
#import "MFStyler.h"
|
||||
|
||||
@interface ViewConstrainingView ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user