mvm_core_ui/MVMCoreUI/MVMCoreUI.h

118 lines
3.8 KiB
Objective-C

//
// MVMCoreUI.h
// MVMCoreUI
//
// Created by Scott Pfeil on 1/7/19.
// Copyright © 2019 Verizon Wireless. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for MVMCoreUI.
FOUNDATION_EXPORT double MVMCoreUIVersionNumber;
//! Project version string for MVMCoreUI.
FOUNDATION_EXPORT const unsigned char MVMCoreUIVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <MVMCoreUI/PublicHeader.h>
#pragma mark - OtherHandlers
#import <MVMCoreUI/MVMCoreUIObject.h>
#import <MVMCoreUI/MVMCoreUISession.h>
#import <MVMCoreUI/MVMCoreUILoggingHandler.h>
#import <MVMCoreUI/MVMCoreUIViewControllerMappingObject.h>
#import <MVMCoreUI/MVMCoreUIMoleculeMappingObject.h>
#pragma mark - TopAlert
#import <MVMCoreUI/MVMCoreUITopAlertView.h>
#import <MVMCoreUI/MVMCoreUITopAlertBaseView.h>
#import <MVMCoreUI/MVMCoreUITopAlertMainView.h>
#import <MVMCoreUI/MVMCoreUITopAlertShortView.h>
#import <MVMCoreUI/MVMCoreUITopAlertExpandableView.h>
#pragma mark - Categories
#import <MVMCoreUI/NSLayoutConstraint+MFConvenience.h>
#import <MVMCoreUI/UIColor+MFConvenience.h>
#pragma mark - Styles
#import <MVMCoreUI/MFStyler.h>
#pragma mark - Utility
#import <MVMCoreUI/MFFonts.h>
#import <MVMCoreUI/MVMCoreUIConstants.h>
#import <MVMCoreUI/MVMCoreUIUtility.h>
#import <MVMCoreUI/MVMCoreUICommonViewsUtility.h>
#import <MVMCoreUI/MFSizeObject.h>
#import <MVMCoreUI/MFSizeThreshold.h>
#pragma mark - BaseControllers
#import <MVMCoreUI/MFViewController.h>
#import <MVMCoreUI/MFScrollingViewController.h>
#import <MVMCoreUI/ProgrammaticScrollViewController.h>
#import <MVMCoreUI/MFProgrammaticTableViewController.h>
#import <MVMCoreUI/MVMCoreUIStackableViewController.h>
#import <MVMCoreUI/StackableViewController.h>
#import <MVMCoreUI/MFLoadingViewController.h>
#import <MVMCoreUI/TopLabelsAndBottomButtonsViewController.h>
#import <MVMCoreUI/TopLabelsAndBottomButtonsTableViewController.h>
#pragma mark - Containers
#import <MVMCoreUI/MVMCoreUINavigationControllerViewController.h>
#import <MVMCoreUI/MVMCoreUIPanelProtocol.h>
#import <MVMCoreUI/MVMCoreUIDetailViewProtocol.h>
#import <MVMCoreUI/MVMCoreUIPanelButtonProtocol.h>
#import <MVMCoreUI/MVMCoreUISplitViewController.h>
#import <MVMCoreUI/TopTabbar.h>
#import <MVMCoreUI/MVMCoreUITabBarPageControlViewController.h>
#pragma mark - Navigation Animations
#import <MVMCoreUI/MFTabBarSwipeAnimator.h>
#import <MVMCoreUI/MFTabBarInteractor.h>
#pragma mark - Atoms
#pragma mark Views
#import <MVMCoreUI/MFView.h>
#import <MVMCoreUI/MFLabel.h>
#import <MVMCoreUI/LabelWithInternalButton.h>
#import <MVMCoreUI/ViewConstrainingView.h>
#import <MVMCoreUI/MFTransparentGIFView.h>
#import <MVMCoreUI/MFLoadImageView.h>
#import <MVMCoreUI/MFLoadingSpinner.h>
#import <MVMCoreUI/MFTextView.h>
#import <MVMCoreUI/MFCaretView.h>
#import <MVMCoreUI/SeparatorView.h>
#import <MVMCoreUI/LabelView.h>
#import <MVMCoreUI/TextButtonView.h>
#import <MVMCoreUI/DashLine.h>
#import <MVMCoreUI/MVMCoreUITextFieldView.h>
#import <MVMCoreUI/MVMCoreUICheckMarkView.h>
#import <MVMCoreUI/MVMCoreUICheckBox.h>
#import <MVMCoreUI/MVMCoreUISwitch.h>
#pragma mark Buttons
#import <MVMCoreUI/MFButtonProtocol.h>
#import <MVMCoreUI/ButtonDelegateProtocol.h>
#import <MVMCoreUI/MFCustomButton.h>
#import <MVMCoreUI/PrimaryButton.h>
#import <MVMCoreUI/MFTextButton.h>
#import <MVMCoreUI/MFCaretButton.h>
#pragma mark TextFields
#import <MVMCoreUI/MFTextField.h>
#import <MVMCoreUI/MFTextFieldSubclassExtension.h>
#import <MVMCoreUI/MFMdnTextField.h>
#import <MVMCoreUI/MFDigitTextBox.h>
#import <MVMCoreUI/MFDigitTextField.h>
#pragma mark - Third Party
#import <MVMCoreUI/FLAnimatedImageView.h>
#import <MVMCoreUI/FLAnimatedImage.h>
#pragma mark - Molecules
#import <MVMCoreUI/TopLabelsView.h>
#import <MVMCoreUI/PrimaryButtonView.h>
#import <MVMCoreUI/MVMCoreUIMoleculeViewProtocol.h>
#pragma mark - Templates