20 lines
500 B
Objective-C
20 lines
500 B
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>
|
|
|
|
|