diff --git a/SharedFrameworks/MVMCore.framework/Headers/MFFreebeeHandler.h b/SharedFrameworks/MVMCore.framework/Headers/MFFreebeeHandler.h deleted file mode 100644 index a737d45..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MFFreebeeHandler.h +++ /dev/null @@ -1,52 +0,0 @@ -// -// MFFreebeeHandler.h -// mobilefirst -// -// Created by Patrick Sommer on 1/3/17. -// Copyright © 2017 Verizon Wireless. All rights reserved. -// - -#import - -@class FreeBeeAuthObject; -@class MVMCoreOperation; -@class MFFreebeeOperation; - -typedef void(^FreebeeLoadFinishedHandler)(MVMCoreOperation* _Nullable freebeeOperation, BOOL isValid); - -@interface MFFreebeeHandler : NSObject - -@property(nullable, nonatomic, strong, readonly) FreeBeeAuthObject* freeBeeAuthObj; - -@property(nonatomic, readonly) BOOL isValidCampaign; -@property(nonatomic, readonly) MFFreebeeOperation* _Nullable freebeeOperation; - -+ (nullable instancetype)sharedHandler; - -- (void)activateFreeBeeIfServerEnabled; -- (void)invalidateFreeBeeState; - -- (void)processFreeBeeAuthRequestWithCompletionHandler:(nullable FreebeeLoadFinishedHandler)completionHandler; -- (BOOL)canProceedWithFreebeeAuthRequest; -- (BOOL)isFreeBeeEnabled; -- (BOOL)isExpired; - -- (void)enableFreeBeeForCurrentModule:(BOOL)enable; -- (BOOL)isFreeBeeEnabledForCurrentModule; -- (BOOL)isExcludedModule:(nullable NSString*)parentPageType; -- (BOOL)isAllowedPage:(nullable NSString*)pageType; - -- (void)printStatusDescription; - -- (nullable NSDictionary*)proxyDictionaryforUrl:(nullable NSURL*)url; -- (nullable NSDictionary*)campaignHeaderforUrl:(nullable NSURL*)url; - -- (BOOL)isFreeBeeAuthorizedValidUrl:(nullable NSURL*)url; -- (nullable NSString*)urlForidFromConfigDict:(nonnull NSString*)urlId; - -// Tries to get the data using freebee. If freebee is not enabled, gets the data without freebee. -- (nullable NSData*)freebee_dataWithContentsOfURL:(NSURL *_Nullable)url; -- (nullable NSCachedURLResponse*)freebee_dataWithImageURL:(NSURL *_Nullable)imageURL; - -- (void)configureFreeBeeWithDict:(nullable NSDictionary*)configDict withSessionReset:(BOOL)isReset; -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCore-Swift.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCore-Swift.h deleted file mode 100644 index 501db43..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCore-Swift.h +++ /dev/null @@ -1,216 +0,0 @@ -// Generated by Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#include -#include -#include -#include - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) -#endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) -#endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) -#endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE -#endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT -#endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif - -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif - -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif - -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -#endif -#if __has_feature(modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import Foundation; -@import ObjectiveC; -#endif - -#import - -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="MVMCore",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -@protocol MVMCoreActionDelegateProtocol; -@protocol NSObject; -@protocol MVMCoreLoadDelegateProtocol; -@protocol MVMCoreAlertDelegateProtocol; -@protocol MVMCoreTopAlertDelegateProtocol; -@protocol MVMCorePresentationDelegateProtocol; - -SWIFT_CLASS("_TtC7MVMCore14DelegateObject") -@interface DelegateObject : NSObject -@property (nonatomic, weak) id _Nullable actionDelegate; -@property (nonatomic, weak) id _Nullable loadDelegate; -@property (nonatomic, weak) id _Nullable alertDelegate; -@property (nonatomic, weak) id _Nullable topAlertDelegate; -@property (nonatomic, weak) id _Nullable presentationDelegate; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (void)setAllWithDelegate:(id _Nonnull)delegate; -+ (nonnull instancetype)createWithDelegateForAll:(id _Nonnull)delegate SWIFT_WARN_UNUSED_RESULT; -@end - - - - - -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#pragma clang diagnostic pop diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCore.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCore.h deleted file mode 100644 index f5db9c6..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCore.h +++ /dev/null @@ -1,103 +0,0 @@ -// -// MVMCore.h -// MVMCore -// -// Created by Yang, Tianhang (Chris) on 11/9/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import - -//! Project version number for MVMCore. -FOUNDATION_EXPORT double MVMCoreVersionNumber; - -//! Project version string for MVMCore. -FOUNDATION_EXPORT const unsigned char MVMCoreVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - -// Constants -#import -#import -#import -#import - -// Categories -#import -#import -#import -#import -#import - -// Utility -#import -#import -#import -#import -#import -#import - -// Mapping -#import -#import -#import -#import - -// Load Handling -#import -#import -#import -#import -#import -#import -#import -#import - - // Alert Handling -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import - -// Presentation Handling -#import -#import -#import -#import -#import -#import -#import -#import - -// Action Handling -#import -#import -#import -#import - -// Protocols -#import -#import -#import -#import -#import - -// Other Handlers and Protocols -#import - -// Singletons -#import -#import -#import - -// Main Views - - -//Freebee -#import diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreActionDelegateProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreActionDelegateProtocol.h deleted file mode 100644 index 35609a2..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreActionDelegateProtocol.h +++ /dev/null @@ -1,52 +0,0 @@ -// -// MVMCoreActionDelegateProtocol.h -// myverizon -// -// Created by Scott Pfeil on 11/20/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// - -#import - -@class MVMCoreErrorObject; -@class MVMCoreRequestParameters; -@class MVMCoreAlertObject; - -@protocol MVMCoreActionDelegateProtocol - -@optional - -// Gives the delegate an opportunity to do it's own logging. If not it will do it's own logging. -- (void)logActionWithActionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// Handles the open page actions. Can overwrite for special loading. -- (void)handleOpenPageForRequestParameters:(nonnull MVMCoreRequestParameters *)requestParameters actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// Handles the back actions. Can overwrite for special loading. -- (void)handleBackAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// Prepares to call the previous submit request again. Can overwrite for special loading. Be sure to call submit() block to perform the actual load. -- (void)prepareRequestForPreviousSubmission:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData submit:(nonnull void (^)(MVMCoreRequestParameters * _Nonnull requestParameters, NSDictionary * _Nullable dataForPage))submit; - -// Handles the linkaway action. Call the block to continue to linkaway. -- (void)shouldLinkAwayWithURL:(nullable NSURL *)URL appURL:(nullable NSURL *)appURL actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData linkAwayBlock:(nonnull void (^)(NSURL * _Nullable appURL, NSURL * _Nullable URL, NSDictionary * _Nullable actionInformation, NSDictionary * _Nullable additionalData))linkAwayBlock; - -// Gives the delegate a chance to alter the alert object -- (void)willShowPopupWithAlertObject:(nonnull MVMCoreAlertObject *)alertObject alertJson:(nonnull NSDictionary *)alertJson; - -// Gives the delegate a chance to alter the alert object -- (nullable MVMCoreAlertObject *)willShowTopAlertWithAlertObject:(nonnull MVMCoreAlertObject *)alertObject alertJson:(nonnull NSDictionary *)alertJson; - -// Handle cancel -- (void)handleCancel:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// Handles any unknown action types. Can overwrite for more specific handling. -- (void)handleUnknownActionType:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// Handles any action errors. Can overwrite for more specific handling. -- (void)handleActionError:(nonnull MVMCoreErrorObject *)error additionalData:(nullable NSDictionary *)additionalData; - -// Lets the delegate know that another internal module app is about to be launched -- (void)prepareForOpenOtherAppModule:(nullable NSString *)module; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreActionHandler.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreActionHandler.h deleted file mode 100644 index 9644557..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreActionHandler.h +++ /dev/null @@ -1,176 +0,0 @@ -// -// MVMCoreActionHandler.h -// myverizon -// -// Created by Scott Pfeil on 11/20/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// Can be subclassed to handle app specific actions as well. - -#import -#import -#import -#import -@class DelegateObject; - -extern NSString * _Nonnull const KeyActionType; -extern NSString * _Nonnull const KeyActionTypeLinkAway; -extern NSString * _Nonnull const KeyActionTypeOpen; - -@interface MVMCoreActionHandler : NSObject - -// Returns the shared action handler -+ (nullable instancetype)sharedActionHandler; - -// Convenience function for handling actions. This will pull action and pageInfo out of the dictionary and call handleAction: actionInformation: with those values -- (void)handleActionWithDictionary:(nullable NSDictionary *)dictionary additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Handles actions. Used by server driven user actions.. -- (void)handleAction:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -#pragma mark - Actions -// by default, returns the original RequestParameter that passed in. Can be overriden for some generic updates to the RequestParameter before handle open page action gets called. -- (void)updateRequestParametersBeforeHandleOpenPageAction:(nonnull MVMCoreRequestParameters *)requestParameters callBack:(void (^_Nonnull)(MVMCoreRequestParameters * _Nonnull requestParameters))callback; - -// Logs the action. Currently is not action information driven... depends on delegate. -- (void)logAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Tries to open a page -- (void)openPageAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// restarts the app -- (void)restartAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Goes back -- (void)backAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Makes a phone call -- (void)callAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Makes the previous request, needs the delegate for this -- (void)previousSubmitAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Shows a popup -- (void)popupAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Shows a top alert -- (void)topAlertAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Redirects to another experience -- (void)redirectAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Cancels (like in a popup) -- (void)cancelAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Goes to settings app -- (void)settingsAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Collapses the current top notification -- (void)collapseNotificationAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Subclass this to handle other custom actions. Return YES if handled, and NO if not. -- (BOOL)handleOtherActions:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Last chance to handle unknown actions before throwing an error -- (void)unknownAction:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Handles action errors. -- (void)handleActionError:(nullable MVMCoreErrorObject *)error actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -#pragma mark - Link away action - -// Links away to app or browser -- (void)linkAwayAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Can subclass to add to urls if needed at global level (delegate is also called) -- (void)prepareLinkAwayWithURL:(nullable NSURL *)url appURL:(nullable NSURL *)appURL actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Opens the url -- (void)openURL:(nullable NSURL *)url appURL:(nullable NSURL *)appURL actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// opens the url in a webview. -- (void)openURLInWebView:(nullable NSURL *)url actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -#pragma mark - Default Action Protocol Functions - -// Sends the request to the load handler. -+ (void)defaultHandleOpenPageForRequestParameters:(nonnull MVMCoreRequestParameters *)requestParameters additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// By default, throws an error, calling defaultHandleActionError. -+ (void)defaultHandleUnknownActionType:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Shows a popup error -+ (void)defaultHandleActionError:(nonnull MVMCoreErrorObject *)error additionalData:(nullable NSDictionary *)additionalData; - -#pragma mark - Deprecated - -// Convenience function for handling actions. This will pull action and pageInfo out of the dictionary and call handleAction: actionInformation: with those values -- (void)handleActionWithDictionary:(nullable NSDictionary *)dictionary additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Handles actions. Used by server driven user actions.. -- (void)handleAction:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Logs the action. Currently is not action information driven... depends on delegate. -- (void)logAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Tries to open a page -- (void)openPageAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// restarts the app -- (void)restartAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Goes back -- (void)backAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Makes a phone call -- (void)callAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Makes the previous request, needs the delegate for this -- (void)previousSubmitAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Shows a popup -- (void)popupAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Shows a top alert -- (void)topAlertAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Redirects to another experience -- (void)redirectAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Cancels (like in a popup) -- (void)cancelAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Goes to settings app -- (void)settingsAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Collapses the current top notification -- (void)collapseNotificationAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Subclass this to handle other custom actions. Return YES if handled, and NO if not. -- (BOOL)handleOtherActions:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Last chance to handle unknown actions before throwing an error -- (void)unknownAction:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Handles action errors. -- (void)handleActionError:(nullable MVMCoreErrorObject *)error actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Links away to app or browser -- (void)linkAwayAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Can subclass to add to urls if needed at global level (delegate is also called) -- (void)prepareLinkAwayWithURL:(nullable NSURL *)url appURL:(nullable NSURL *)appURL actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Opens the url -- (void)openURL:(nullable NSURL *)url appURL:(nullable NSURL *)appURL actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// opens the url in a webview. -- (void)openURLInWebView:(nullable NSURL *)url actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -// Sends the request to the load handler. -+ (void)defaultHandleOpenPageForRequestParameters:(nonnull MVMCoreRequestParameters *)requestParameters additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject*)delegate __deprecated; - -// By default, throws an error, calling defaultHandleActionError. -+ (void)defaultHandleUnknownActionType:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate __deprecated; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreActionUtility.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreActionUtility.h deleted file mode 100644 index bdb0abd..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreActionUtility.h +++ /dev/null @@ -1,32 +0,0 @@ -// -// MVMCoreActionUtility.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/14/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import -#import -#import -#import -#import - -@interface MVMCoreActionUtility : NSObject - -// Takes a dictionary and formats it into a json string. -+ (nonnull NSString *)formatDictionaryAsJSONString:(nonnull NSDictionary *)dictionary; - -// Links away to safari or another app. Returns if successful. -+ (BOOL)linkAway:(nullable NSString *)safariURLString appURLString:(nullable NSString *)appURLString; - -// Can call to display a view controller based on the load object in the same way the architecture does it. Will check the presentation style of the page, action, and request. Will check if needs a view manager. -+ (void)displayViewController:(nonnull UIViewController *)viewController forLoadObject:(nullable MVMCoreLoadObject *)loadObject presentationDelegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// returns if the class is not the same or a subclass of the other class. Can pass throw an exception as well -+ (BOOL)classIsInstanceTypeOfClass:(nonnull Class)theClass otherClass:(nonnull Class)otherClass throwException:(BOOL)throwException; - -// Calls the above function with throw exception yes if the object is not nil. Returns the object. Convenience function for one liner in initializer. -+ (nonnull id)initializerClassCheck:(nullable NSObject *)object classToVerify:(nonnull Class)classToVerify; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertController.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertController.h deleted file mode 100644 index e38bedf..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertController.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// MVMCoreAlertController.h -// alerts -// -// Created by Scott Pfeil on 10/22/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// Used by our alert handler. Not for subclassing. Simply keeps track of if it's visible. Tries to parallel the UIAlertView to make it easier for the MVMCoreAlertHandler. - -#import -@class MVMCoreAlertObject; - -@interface MVMCoreAlertController : UIAlertController - -@property (nonatomic, readonly, getter=isVisible) BOOL visible; -@property (nullable, nonatomic, strong) MVMCoreAlertObject *alertObject; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertDelegateProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertDelegateProtocol.h deleted file mode 100644 index f4f05e5..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertDelegateProtocol.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// MVMCoreAlertDelegateProtocol.h -// mobilefirst -// -// Created by Pfeil, Scott Robert on 8/8/17. -// Copyright © 2017 Verizon Wireless. All rights reserved. -// -// Called for popup style alerts. - -#import -@class MVMCoreAlertObject; - -@protocol MVMCoreAlertDelegateProtocol - -@optional - -// helps tracking alert state -- (nullable NSDictionary *)additionalAlertDataToTrackForAlertWithObject:(nullable MVMCoreAlertObject *)alertObject; - -// All are performed on the main thread. -- (void)alertShown:(nonnull UIAlertController *)alertController; -- (void)alertCancelled:(nonnull UIAlertController *)alertController; -- (void)alertDismissed:(nonnull UIAlertController *)alertController; -- (void)alertPaused:(nonnull UIAlertController *)alertController; -- (void)alertUnpaused:(nonnull UIAlertController *)alertController; - -@end - diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertHandler.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertHandler.h deleted file mode 100644 index b6454c0..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertHandler.h +++ /dev/null @@ -1,93 +0,0 @@ -// -// MVMCoreAlertHandler.h -// myverizon -// -// Created by Scott Pfeil on 3/10/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// Keeps track of alerts and handles them. Should always use this to present alerts in mf. - -#import -#import -#import -#import - -@class MVMCoreAlertObject; - -@interface MVMCoreAlertHandler : NSObject - -// Returns the shared instance of this singleton -+ (nullable instancetype)sharedAlertHandler; - -#pragma mark - Popup Alert Functions - -// Returns if any alert is currently showing (even if supressed). -- (BOOL)alertCurrentlyShowing; - -// Returns if a greedy alert is currently showing (even if supressed). -- (BOOL)greedyAlertShowing; - -/** Shows the popup with the passed in parameter. - * @param title The title of the alert. - * @param message The message of the alert. - * @param actions An array of actions for the alert. - * @param isGreedy Sets up a greedy popup. In other words, any popups currently shown or queued are dismissed. - * @return Returns the UIAlertController. - */ -- (nonnull UIAlertController *)showAlertWithTitle:(nullable NSString *)title message:(nullable NSString *)message actions:(nullable NSArray*)actions isGreedy:(BOOL)isGreedy; - -/** Shows the alert. - * @param title The title of the alert. - * @param message The message of the alert. - * @param actions An array of actions for the alert. - * @param alertStyle Popup or action sheet - * @param isGreedy Sets up a greedy alert. In other words, any alerts currently shown or queued are dismissed. - * @param alertDelegate The delegate to be notified. - * @return Returns the UIAlertController. - */ -- (nonnull UIAlertController *)showAlertWithTitle:(nullable NSString *)title message:(nullable NSString *)message actions:(nullable NSArray*)actions alertStyle:(UIAlertControllerStyle)alertStyle isGreedy:(BOOL)isGreedy alertDelegate:(nullable NSObject *)alertDelegate; - -/** Shows the popup with the passed in alert object. This is a convenience method that automatically handles using the proper alert type based on what's available. - * @param alertObject The alert object to use for the alert. - * @return Returns UIAlertController. - */ -- (nonnull UIAlertController *)showAlertWithAlertObject:(nonnull MVMCoreAlertObject *)alertObject; - -// Removes all alerts. -- (void)removeAllAlertViews; - -#pragma mark - Supression Functions - -// Returns true if alerts are supressed. -- (BOOL)mfAlertsSupressed; - -// Supresses the alerts (Used by other "apps" in our app). -- (void)supressMFAlerts; - -// Unsupresses the alerts (Used by other "apps" in our app). -- (void)unSupressMFAlerts; - -#pragma mark - Top Alert Functions - -// Show based on the object. Will be used by the architecture. -- (void)showTopAlertWithObject:(nullable MVMCoreTopAlertObject *)topAlertObject; - -// Convenience functions -- (void)showTopAlertErrorWithMessage:(nullable NSString *)message; -- (void)showTopAlertConfirmationWithMessage:(nullable NSString *)message; -- (void)showTopAlertWithType:(nullable NSString *)type message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage persistent:(BOOL)persistent actionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData; -- (void)showTopAlertWithType:(nullable NSString *)type message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage persistent:(BOOL)persistent buttonTitle:(nullable NSString *)buttonTitle userActionHandler:(nullable void (^)(id _Nonnull sender))userActionHandler; - -// Hides the current alert view. -- (void)hideTopAlertView; - -// Hides a persistent alert based on the type string. -- (void)hidePersistentTopAlertViewOfType:(nullable NSString *)type; - -// Removes all top alerts. -- (void)removeAllTopAlerts; - -/// Returns YES if the persistent type is already registered in the alert queue. -- (BOOL)hasPersistentTopAlertOfType:(nullable NSString *)type; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertObject.h deleted file mode 100644 index 161e123..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertObject.h +++ /dev/null @@ -1,72 +0,0 @@ -// -// MVMCoreAlertObject.h -// myverizon -// -// Created by Scott Pfeil on 11/21/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// An object for keeping track of all alert variables. Easier to pass around. - -#import -#import -#import -#import -#import - -@class MVMCoreErrorObject; -@class MVMCoreLoadObject; -@class DelegateObject; - -typedef NS_ENUM(NSInteger, MFAlertType) { - MFAlertTypePopup = 0, - MFAlertTypeField, - MFAlertTypeTop, - MFAlertTypeNone -}; - -typedef void (^TextFieldErrorHandler)(NSArray * _Nonnull fieldErrors); - -@interface MVMCoreAlertObject : NSObject - -@property (nullable, strong, nonatomic) NSString *title; -@property (nullable, copy, nonatomic) NSDictionary *pageJson; -@property (nullable, strong, nonatomic) NSString *message; -@property (nonnull, strong, nonatomic) NSArray *actions; -@property (nonatomic) BOOL isGreedy; -@property (nonatomic) UIAlertControllerStyle alertStyle; -@property (nonatomic) MFAlertType type; -@property (nonatomic) BOOL defaultAction; - -@property (nonnull, strong, nonatomic) NSArray *fieldErrors; -@property (nullable, nonatomic, copy) TextFieldErrorHandler textFieldErrorHandler; - -// Set to be notified of popup style alert events. -@property (nonatomic, weak, nullable) NSObject *alertDelegate; - -// Creates an alert object for an error with the passed in load object response info -+ (nullable instancetype)alertObjectForLoadObject:(nullable MVMCoreLoadObject *)loadObject error:(nullable MVMCoreErrorObject *)error delegateObject:(nullable DelegateObject *)delegateObject; -+ (nullable instancetype)alertObjectForPageType:(nullable NSString *)pageType responseInfo:(nullable NSDictionary *)responseInfo additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject; - -// Initializes a popup style alert object. Look at the alert handler to see what each is used for. -- (nullable instancetype)initPopupAlertWithTitle:(nullable NSString *)title message:(nullable NSString *)message actions:(nonnull NSArray *)actions isGreedy:(BOOL)isGreedy; - -// Initializes a popup style alert object using the error passed in. Message is formatted default style. By defualt uses the Okay button to just dismiss the error. -- (nullable instancetype)initPopupAlertWithError:(nullable MVMCoreErrorObject *)error isGreedy:(BOOL)isGreedy; - -// Same as above but no default actions. They are passed in. -- (nullable instancetype)initPopupAlertWithError:(nullable MVMCoreErrorObject *)error actions:(nonnull NSArray *)actions isGreedy:(BOOL)isGreedy; - -// Returns the alert object made with the page json. If there is not enough data to make, we will set error -+ (nullable instancetype)alertObjectWithPage:(nullable NSDictionary *)page isGreedy:(BOOL)isGreedy additionalData:(nullable NSDictionary *)additionalData delegateObject:(nullable DelegateObject *)delegateObject error:(MVMCoreErrorObject *_Nullable *_Nullable)error; - -// Will show this alert in it's appropriate type style. -- (void)showAlert; - -#pragma mark - Deprecated - -// Creates an alert object for an error with the passed in load object response info -+ (nullable instancetype)alertObjectForLoadObject:(nullable MVMCoreLoadObject *)loadObject error:(nullable MVMCoreErrorObject *)error actionDelegate:(nullable NSObject *)actionDelegate __deprecated; -+ (nullable instancetype)alertObjectForPageType:(nullable NSString *)pageType responseInfo:(nullable NSDictionary *)responseInfo additionalData:(nullable NSDictionary *)additionalData actionDelegate:(nullable NSObject *)actionDelegate __deprecated; -+ (nullable instancetype)alertObjectWithPage:(nullable NSDictionary *)page isGreedy:(BOOL)isGreedy additionalData:(nullable NSDictionary *)additionalData delegate:(nullable NSObject *)delegate error:(MVMCoreErrorObject *_Nullable *_Nullable)error __deprecated; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertOperation.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertOperation.h deleted file mode 100644 index e83ef07..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreAlertOperation.h +++ /dev/null @@ -1,36 +0,0 @@ -// -// MVMCoreAlertOperation.h -// myverizon -// -// Created by Scott Pfeil on 9/28/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// Operation for handling an alert. Should NOT be on the main queue. - -#import -#import -#import "MVMCoreOperation.h" -#import "MVMCoreAlertDelegateProtocol.h" - -@interface MVMCoreAlertOperation : MVMCoreOperation - -// If this operation is temporarily paused. -@property (readonly, getter=isPaused) BOOL paused; - -// If this alert is a greedy alert (See MVMCoreAlertHandler). -@property (readonly, getter=isGreedy) BOOL greedy; - -// The alert delegate if needed. -@property (readonly, nullable, nonatomic, weak) NSObject *alertDelegate; - -// Initializes the operation with the alert to display and if it is greedy or not. -- (nullable instancetype)initWithAlert:(nonnull UIAlertController *)alert isGreedy:(BOOL)isGreedy; -- (nullable instancetype)initWithAlert:(nonnull UIAlertController *)alert isGreedy:(BOOL)isGreedy alertDelegate:(nullable id )alertDelegate; - -// Pauses the operation. Temporarily removes any alert. -- (void)pause; - -// Unpauses the operation, resuming any alert. -- (void)unpause; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreBlockOperation.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreBlockOperation.h deleted file mode 100644 index 5096a20..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreBlockOperation.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// MVMCoreBlockOperation.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 5/3/18. -// Copyright © 2018 myverizon. All rights reserved. -// - -#import - -@interface MVMCoreBlockOperation : MVMCoreOperation - -// Start this operation with the block. This block needs to call mark as finished when finished. -+ (nullable instancetype)blockOperationWithBlock:(nonnull void (^)(MVMCoreBlockOperation * _Nonnull operation))block; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreCache.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreCache.h deleted file mode 100644 index 6d7d5a9..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreCache.h +++ /dev/null @@ -1,142 +0,0 @@ -// -// MVMCoreCache.h -// myverizon -// -// Created by Scott Pfeil on 11/27/13. -// Copyright (c) 2013 Verizon Wireless. All rights reserved. -// -// Caches the json that comes from the server. - -#import -#import - -//block returned when getting image -//parameters are UIImage object for the image, NSData for gif images, UIImage object for the image, A BOOL to indicate if it is a fall back image. -typedef void(^MVMCoreGetImageBlock)(UIImage * _Nullable, NSData * _Nullable, BOOL); - -@interface MVMCoreCache : NSObject - -// The static string cache. Stored on the device. -@property (nullable, strong, nonatomic, readonly) NSDictionary *staticStringCache; -@property (nonnull, strong, nonatomic) NSOperationQueue *completionQueue; - -// Returns the shared instance of this singleton -+ (nullable instancetype)sharedCache; - -#pragma mark - Page and Module Handling - -// Checks the set of pageTypes to be cached for the given pageType. -- (BOOL)shouldCacheJSONWithPageType:(nonnull NSString *)pageType; - -// Checks the set of modules to be cached for the given module -- (BOOL)shouldCacheJSONWithModule:(nonnull NSString *)module; - -// For pages external to the mobile first framework to be added to the list to not cache -- (void)addPageTypesToNotCache:(nullable NSArray *)array; - -// For modules external to the mobile first framework to be added to the list to not cache -- (void)addModulesToNotCache:(nullable NSArray *)array; - -#pragma mark - Simple Fetch - -// Gets a json dictionary from the cache by pageType. Pass in the block that you want to run once the dictionary is received. This will be run on a background thread. -- (void)fetchJSONForPageType:(nullable NSString *)pageType completionHandler:(nonnull void (^)(NSDictionary * _Nullable jsonDictionary))completionHandler; - -// Gets a json dictionary from the cache by module. Pass in the block that you want to run once the dictionary is received. This will be run on a background thread. -- (void)fetchJSONForModule:(nullable NSString *)module completionHandler:(nonnull void (^)(NSDictionary * _Nullable jsonDictionary))completionHandler; - -// Gets a json dictionary from the cache with all the requested modules. Pass in the block that you want to run once the dictionary is received. This will be run on a background thread. -- (void)fetchJSONForModules:(nullable NSArray *)modules completionHandler:(nonnull void (^)(NSDictionary * _Nullable jsonDictionary))completionHandler; - -#pragma mark - Advanced Fetch - -// Pass in the block that you want to run once the dictionary is received and which queue to run it on. Pass in if you'd like the current thread to wait. -- (void)fetchJSONForPageType:(nullable NSString *)pageType queue:(nullable NSOperationQueue *)queue waitUntilFinished:(BOOL)waitUntilFinished completionHandler:(nonnull void (^)(NSDictionary * _Nullable jsonDictionary))completionHandler; - -// Gets a json dictionary from the cache by module. Pass in the block that you want to run once the dictionary is received and which queue to run it on. Pass in if you'd like the current thread to wait. -- (void)fetchJSONForModule:(nullable NSString *)module queue:(nullable NSOperationQueue *)queue waitUntilFinished:(BOOL)waitUntilFinished completionHandler:(nonnull void (^)(NSDictionary * _Nullable jsonDictionary))completionHandler; - -// Gets a json dictionary from the cache with all the requested modules. Pass in the block that you want to run once the dictionary is received and which queue to run it on. Pass in if you'd like the current thread to wait. -- (void)fetchJSONForModules:(nullable NSArray *)modules queue:(nullable NSOperationQueue *)queue waitUntilFinished:(BOOL)waitUntilFinished completionHandler:(nonnull void (^)(NSDictionary * _Nullable jsonDictionary))completionHandler; - -#pragma mark - Simple Insertion - -// Adds a json dictionary to the cache by pageType. -- (void)addPageToCache:(nonnull NSDictionary *)jsonDictionary pageType:(nonnull NSString *)pageType; - -// Adds a json dictionary to the cache by module. -- (void)addModuleToCache:(nonnull NSDictionary *)jsonDictionary module:(nonnull NSString *)module; - -// Adds a json dictionary to the cache by modules. -- (void)addModulesToCache:(nonnull NSDictionary *)jsonDictionary; - -#pragma mark - Advanced Insertion - -// Adds a json dictionary to the cache by pageType. Pass in the block that you want to run once the dictionary is received and which queue to run it on. Pass in if you'd like the current thread to wait. -- (void)addPageToCache:(nonnull NSDictionary *)jsonDictionary pageType:(nonnull NSString *)pageType queue:(nullable NSOperationQueue *)queue waitUntilFinished:(BOOL)waitUntilFinished completionBlock:(nullable void (^)(void))completionBlock; - -// Adds a json dictionary to the cache by module. Pass in the block that you want to run once the dictionary is received and which queue to run it on. Pass in if you'd like the current thread to wait. -- (void)addModuleToCache:(nonnull NSDictionary *)jsonDictionary module:(nonnull NSString *)module queue:(nullable NSOperationQueue *)queue waitUntilFinished:(BOOL)waitUntilFinished completionBlock:(nullable void (^)(void))completionBlock; - -// Pass in a dictionary containing modules to store in the cache. Pass in the block that you want to run once the dictionary is received and which queue to run it on. Pass in if you'd like the current thread to wait. -- (void)addModulesToCache:(nonnull NSDictionary *)jsonDictionary queue:(nullable NSOperationQueue *)queue waitUntilFinished:(BOOL)waitUntilFinished completionBlock:(nullable void (^)(void))completionBlock; - -#pragma mark - Simple Deletion - -// Removes a json dictionary from the cache by pageType. -- (void)removeJSONForPageType:(nonnull NSString *)pageType; - -// Removes a json dictionary from the cache by module. -- (void)removeJSONForModule:(nonnull NSString *)module; - -// Removes the json for modules. -- (void)removeJSONForModules:(nonnull NSArray *)modules; - -// Clears the page and module data. -- (void)clearMFCache; - -#pragma mark - Advanced Deletion - -// Removes a json dictionary from the cache by pageType. Pass in the block that you want to run once the dictionary is received and which queue to run it on. Pass in if you'd like the current thread to wait. -- (void)removeJSONForPageType:(nonnull NSString *)pageType queue:(nullable NSOperationQueue *)queue waitUntilFinished:(BOOL)waitUntilFinished completionBlock:(nullable void (^)(void))completionBlock; - -// Removes a json dictionary from the cache by module. Pass in the block that you want to run once the dictionary is received and which queue to run it on. -- (void)removeJSONForModule:(nonnull NSString *)module queue:(nullable NSOperationQueue *)queue waitUntilFinished:(BOOL)waitUntilFinished completionBlock:(nullable void (^)(void))completionBlock; - -// Removes the json for modules. Pass in the block that you want to run once the dictionary is received and which queue to run it on. -- (void)removeJSONForModules:(nonnull NSArray *)modules queue:(nullable NSOperationQueue *)queue waitUntilFinished:(BOOL)waitUntilFinished completionBlock:(nullable void (^)(void))completionBlock; - -#pragma mark Image Functions - -// Subclass to return the bundle to use -- (nonnull NSBundle *)bundleToUseForImages; - -// Checks if the image is in the cache. If not, will try to download or create the image. -// Width is used for downloading from scene7. -// Height is used for downloading from scene7. -// Format is used for downloading from scene7 -// Most cases only need to provide the width. If both are provided and the aspect ratio is different from the images, it will center the image. -// In the future, may need to use align for the shop flow. -// localFallbackImageName: should be the name of a local file to use in case of failure to download. -- (void)getImage:(nullable NSString *)pathOrName useWidth:(BOOL)useWidth widthForS7:(NSInteger)widthForS7 useHeight:(BOOL)useHeight heightForS7:(NSInteger)heightForS7 localFallbackImageName:(nullable NSString *)fallbackImageName completionHandler:(nonnull MVMCoreGetImageBlock)completionHandler; -- (void)getImage:(nullable NSString *)pathOrName useWidth:(BOOL)useWidth widthForS7:(NSInteger)widthForS7 useHeight:(BOOL)useHeight heightForS7:(NSInteger)heightForS7 format:(nullable NSString *)format localFallbackImageName:(nullable NSString *)fallbackImageName completionHandler:(nonnull MVMCoreGetImageBlock)completionHandler; -- (void)getGif:(nullable NSString *)pathOrName useWidth:(BOOL)useWidth widthForS7:(NSInteger)widthForS7 useHeight:(BOOL)useHeight heightForS7:(NSInteger)heightForS7 format:(nullable NSString *)format localFallbackImageName:(nullable NSString *)fallbackImageName completionHandler:(nonnull MVMCoreGetImageBlock)completionHandler; - -// Gets a cropped version of the requested image. Similar to the method above, but you can specify the final rect -- (void)getCroppedImage:(nullable NSString *)pathOrName useWidth:(BOOL)useWidth widthForS7:(NSInteger)widthForS7 useHeight:(BOOL)useHeight heightForS7:(NSInteger)heightForS7 finalRect:(CGRect)finalRect flipImage:(BOOL)flipImage localFallbackImageName:(nullable NSString *)fallbackImageName completionHandler:(nonnull MVMCoreGetImageBlock)completionHandler; - -// Gets an image from the cache. -- (nullable UIImage *)getCachedImageWithName:(nonnull NSString *)imageName; -- (nullable NSData *)getCachedDataWithName:(nonnull NSString *)imageName; - -// Adds the image to the cache -- (void)addImageToCache:(nonnull UIImage *)image withName:(nonnull NSString *)imageName; -- (void)addDataToCache:(nonnull NSData *)data withName:(nonnull NSString *)imageName; - -// Removes image from cache if we need to update -- (void)removeImageFromCache:(nonnull NSString *)imageName; - -// clears the image cache -- (void)clearImageCache; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreConstants.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreConstants.h deleted file mode 100644 index e4ac6be..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreConstants.h +++ /dev/null @@ -1,47 +0,0 @@ -// -// MVMCoreConstants.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/14/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import -#import - -typedef NS_ENUM(NSInteger, MVMAppContext) { - MVMAppContextNone = 0, - MVMAppContextMF, - MVMAppContextMFPrepay, - MVMAppContextContentTransfer -}; - -typedef NS_ENUM(NSInteger, NavigationType) { - NavigationTypePush = 0, - NavigationTypeSet, - NavigationTypeReplaceTop, - NavigationTypeReplaceAfterRoot, - NavigationTypeReplaceElsePush, - NavigationTypePop, - NavigationTypePopSpecific, - NavigationTypePopTo, - NavigationTypePopToRoot -}; - -extern NSString * const ParameterMDN; - -#pragma mark - URL MFConstants - -// Server URLs -extern NSString * const URLProdPostpayBase; -extern NSString * const URLComponentNativeServer; -extern NSString * const URLComponentPrepayNativeServer; -extern NSString * const URLComponentKeepAlive; - -#pragma mark - Notification Names - -extern NSString * const NotificationResponseLoaded; -extern NSString * const MVMCoreNotificationGoingToServer; - -#pragma mark - Image Cache -extern NSTimeInterval const ImageTimeOut; diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreDismissViewControllerOperation.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreDismissViewControllerOperation.h deleted file mode 100644 index 05fbd92..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreDismissViewControllerOperation.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// MVMCoreDismissViewControllerOperation.h -// myverizon -// -// Created by Scott Pfeil on 9/28/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// Operation for dismissing an alert view controller. Needs to be added to the main queue - -#import "MVMCoreOperation.h" -#import - -@interface MVMCoreDismissViewControllerOperation : MVMCoreOperation - -// Goes up the presentation chain to only dismiss the top presented. -- (nullable instancetype)initAndDismissTopViewController:(nullable UIViewController *)viewController animated:(BOOL)animated; - -// Dismiss the passed in view controller. -- (nullable instancetype)initAndDismissViewController:(nullable UIViewController *)viewController animated:(BOOL)animated; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreDispatchUtility.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreDispatchUtility.h deleted file mode 100644 index c49445e..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreDispatchUtility.h +++ /dev/null @@ -1,24 +0,0 @@ -// -// MVMCoreDispatchUtility.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/9/17. -// Copyright © 2017 Verizon Wireless. All rights reserved. -// - -#import - -@interface MVMCoreDispatchUtility : NSObject - -// Ensures the block is performed on the main thread. -+ (void)performBlockOnMainThread:(nonnull void (^)(void))block; -+ (void)performSyncBlockOnMainThread:(nonnull void (^)(void))block; - -// Ensures the block is performed in the background. -+ (void)performBlockInBackground:(nonnull void (^)(void))block; -+ (void)performSyncBlockInBackground:(nonnull void (^)(void))block; - -/// Ensures the block is peformed on the same *labeled* dispatch queue. The queue *must* be previously initialized with a unique label. -+ (void)performSyncBlock:(nonnull void (^)(void))block onQueue:(nonnull dispatch_queue_t)queue; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreErrorConstants.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreErrorConstants.h deleted file mode 100644 index 43a0f2b..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreErrorConstants.h +++ /dev/null @@ -1,43 +0,0 @@ -// -// MVMCoreErrorConstants.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/13/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import - -// Error Domains -extern NSString * const ErrorDomainSystem; -extern NSString * const ErrorDomainNative; -extern NSString * const ErrorDomainServer; - -// Native Error Codes (Add new ones to bottom, don't change order!) -typedef NS_ENUM(NSInteger, ErrorCode) { - ErrorCodeDefault = 1, - ErrorCodeParsingJSON, //2 - ErrorCodeNoPageType, //3 - ErrorCodeInitViewController,//4 - ErrorCodeViewControllerProcessingJSON,//5 - ErrorCodeRequiredModuleNotPresent,//6 - ErrorCodeNativeTimeout,//7 - ErrorCodeLinkawayFailed,//8 - ErrorCodePopupFailed,//9 - ErrorCodeUnknownActionType,//10 - ErrorCodeEmptyField,//11 - ErrorCodeInputValidationFailure,//12 - ErrorCodeEmptyResponse,//13 - ErrorCodeStaticCacheFail,//14 - ErrorCodeServerFailSendTouchIDHash,//15 - ErrorCodeJSONNotDictionary,//16 - ErrorCodeNoStoryboardName,//17 - ErrorCodeNoStoryBoardIdentifier,//18 - ErrorCodeNoNibName,//19 - ErrorCodeNoModule,//20 - ErrorCodeInvalidSettingType,//21 - ErrorCodeServerFailSendFaceIDHash,//22 - ErrorCodeSSL,//23 - ErrorCodeNoViewControllerToPresentOn,//24 - ErrorCodeNoErrorPageSent //25 -}; diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreErrorObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreErrorObject.h deleted file mode 100644 index 86fdda0..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreErrorObject.h +++ /dev/null @@ -1,65 +0,0 @@ -// -// MVMCoreErrorObject.h -// myverizon -// -// Created by Scott Pfeil on 3/6/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// An object that keeps track of error details. - -#import -#import - -@interface MVMCoreErrorObject : NSObject - -// error information -@property (nullable, strong, nonatomic) NSString *title; -@property (nullable, strong, nonatomic) NSString *messageToDisplay; -@property (nullable, strong, nonatomic) NSString *messageToLog; -@property (nullable, strong, nonatomic) NSString *domain; -@property (nullable, strong, nonatomic) NSString *location; -@property (nullable, strong, nonatomic) NSDate *date; -@property (nullable, strong, nonatomic) NSString *systemDomain; -@property (nonatomic) NSInteger code; -@property (nonatomic) UIApplicationState applicationState; - -// For the crash log. -@property (nullable, strong, nonatomic) NSDictionary *crashLog; - -// A flag for if the error is silent or not (displayed to the user) -@property (nonatomic) BOOL silentError; - -// A flag for if the error should be logged. (Used in the standardrequestprotocol flow). -@property (nonatomic) BOOL logError; - -// A flag for keeping track if this is an error screen error. -@property (nonatomic) BOOL errorScreenError; -@property (nonatomic) BOOL nativeDrivenErrorScreen; -// For SSL Pinning -// A flag for keeping track if this is an SSL error. -@property (nonatomic) BOOL sslError; - -// Creates an object with the given error info. -- (nullable instancetype)initWithTitle:(nullable NSString *)title message:(nullable NSString *)message code:(NSInteger)code domain:(nullable NSString *)domain location:(nullable NSString *)location; -- (nullable instancetype)initWithTitle:(nullable NSString *)title messageToLog:(nullable NSString *)messageToLog code:(NSInteger)code domain:(nullable NSString *)domain location:(nullable NSString *)location; -- (nullable instancetype)initWithTitle:(nullable NSString *)title message:(nullable NSString *)message messageToLog:(nullable NSString *)messageToLog code:(NSInteger)code domain:(nullable NSString *)domain location:(nullable NSString *)location; - -// Creates and returns an error object for the load object. May be nil. -+ (nullable instancetype)createErrorObjectForErrorInfo:(nullable NSDictionary *)errorInfo location:(nullable NSString *)location; - -// Creates and returns an error object for the NSError. May be nil. -+ (nullable instancetype)createErrorObjectForNSError:(nonnull NSError *)error location:(nullable NSString *)location; - -// Initializes the error object with a given crash log. -- (nullable instancetype)initWithCrashLog:(nullable NSDictionary *)crashLog; - -// Returns the error code as readable string and appends a signifier for domain. -- (nonnull NSString *)stringErrorCode; - -// Returns the error code as readable string and appends a signifier for domain. -+ (nonnull NSString *)stringErrorCode:(NSInteger)code domain:(nonnull NSString *)domain; - -// Returns the state of the application when the error occurred. -- (nonnull NSString *)stringApplicationState; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreGetterUtility.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreGetterUtility.h deleted file mode 100644 index 262cc75..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreGetterUtility.h +++ /dev/null @@ -1,31 +0,0 @@ -// -// MVMCoreGetterUtility.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/13/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import -#import - -#define fequal(a,b) (fabs((a) - (b)) < FLT_EPSILON) - -@interface MVMCoreGetterUtility : NSObject - -// The bundle for this framework -+ (nullable NSBundle *)bundleForMVMCore; - -// Returns the hardcoded string from the string file. -+ (nullable NSString *)hardcodedStringWithKey:(nonnull NSString *)key; - -// Returns true if the user's language is Spanish -+ (BOOL)userPrefersSpanish; - -// Returns a UIColor -+ (nonnull UIColor *)getColorForHexString:(nonnull NSString *)hexString; - -// Returns if the device is an ipad -+ (BOOL)isOnIPad; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreGlobalLoadProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreGlobalLoadProtocol.h deleted file mode 100644 index ddf3db9..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreGlobalLoadProtocol.h +++ /dev/null @@ -1,38 +0,0 @@ -// -// MVMCGlobalLoadProtocol.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/21/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import -#import -#import -#import -#import - -@protocol MVMCoreGlobalLoadProtocol - -@optional - -// Provides the desired error screen for the native error. Called on the main thread. If set, any native errors or NSURLErrorDomain errors will use a native screen. -- (nullable UIViewController *)getNativeScreenForRequestError:(nonnull MVMCoreErrorObject *)errorObject requestObject:(nonnull MVMCoreRequestParameters *)requestObject; - -/* Can choose to handle global error scenarios here... This will happen for every request so only put things in here that aren't controller specific. Must call completion handler. - @param completionHandler must be called when finished handling errors. Pass if we should continue or not, and any error object that you want to be handled. */ -- (void)handleGlobalErrorsForLoadObject:(nonnull MVMCoreLoadObject *)loadObject completionHandler:(nonnull void (^)(BOOL shouldContinueLoad, MVMCoreErrorObject * _Nullable error))completionHandler; - -// Can overwrite this to provide any view controllers that may be cached for the provided load object page type. Allows for using an old screen instead of creating a new screen. This function should not be used to create a screen. -- (nullable UIViewController *)getCachedViewControllerForLoadObject:(nonnull MVMCoreLoadObject *)loadObject; - -// Can overwrite this function to provide a view manager with the embedded view controller instead of just the view controller. For example, load a custom tab bar with this page as the first tab. -- (nullable UIViewController *)getViewManagerWithViewController:(nonnull UIViewController *)viewController loadObject:(nullable MVMCoreLoadObject *)loadObject; - -// Can overwrite to set the request time out time. -- (NSTimeInterval)timeOutIntervalForRequest:(nullable MVMCoreRequestParameters *)request; - -// Can return an error object. -- (nonnull MVMCoreErrorObject *)createErrorObjectForRequestNSError:(nonnull NSError *)error forRequest:(nonnull NSURLRequest *)request location:(nullable NSString *)locationForError; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreGlobalTopAlertDelegateProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreGlobalTopAlertDelegateProtocol.h deleted file mode 100644 index 5ee82e7..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreGlobalTopAlertDelegateProtocol.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// MVMCoreGlobalTopAlertDelegateProtocol.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 1/2/18. -// Copyright © 2018 myverizon. All rights reserved. -// - -#import -#import -@class MVMCoreTopAlertObject; - -@protocol MVMCoreGlobalTopAlertDelegateProtocol - -- (NSOperationQueuePriority)priorityForTopAlertByObject:(nonnull MVMCoreTopAlertObject *)object; - -@optional - -- (nonnull UIView *)getTopAlertView; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreHardcodedStringsConstants.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreHardcodedStringsConstants.h deleted file mode 100644 index d669629..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreHardcodedStringsConstants.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// MVMCoreHardcodedStringsConstants.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/13/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import - -extern NSString * const HardcodedErrorTitle; -extern NSString * const HardcodedRestart; -extern NSString * const HardcodedOK; - -extern NSString * const HardcodedErrorCritical; -extern NSString * const HardcodedErrorUnableToProcess; - diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreJSONConstants.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreJSONConstants.h deleted file mode 100644 index 7be0d11..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreJSONConstants.h +++ /dev/null @@ -1,71 +0,0 @@ -// -// MVMCoreJSONConstants.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/13/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import - -extern NSString * const KeyResponseInfo; -extern NSString * const KeyCode; -extern NSString * const KeyUserMessage; -extern NSString * const KeyTopMessage; -extern NSString * const KeyCloseButton; -extern NSString * const KeyMessageStyle; -extern NSString * const KeyErrorHeading; - -extern NSString * const KeyPage; -extern NSString * const KeyPageType; -extern NSString * const KeyModuleMap; -extern NSString * const KeyModuleList; -extern NSString * const KeyPageMap; -extern NSString * const KeySystemParameters; -extern NSString * const KeyButtonMap; -extern NSString * const KeyOpenSupport; - -extern NSString * const KeyLinks; -extern NSString * const KeyTitle; -extern NSString * const KeyMessage; -extern NSString * const KeyActionTypeRestart; -extern NSString * const KeyActionTypeBack; -extern NSString * const KeyActionTypeCall; -extern NSString * const KeyActionTypePreviousSubmit; -extern NSString * const KeyActionTypePopup; -extern NSString * const KeyActionTypeCancel; -extern NSString * const KeyActionTypeRedirect; -extern NSString * const KeyActionTypeTopAlert; -extern NSString * const KeyActionTypeSettings; -extern NSString * const KeyActionTypeCollapseNotification; -extern NSString * const KeyActionInformation; -extern NSString * const KeyLinkAwayAppURL; -extern NSString * const KeyLinkAwayURL; -extern NSString * const KeyCallNumber; -extern NSString * const KeyPresentationStyle; -extern NSString * const KeyExtraParameters; -extern NSString * const KeyContextRoot; - -extern NSString * const KeyType; -extern NSString * const KeyMVMRC; - -#pragma mark - JSON Values - -// Server driven response type -extern NSString * const ValueTypeSuccess; -extern NSString * const ValueTypeError; -extern NSString * const ValueTypeFieldErrors; -extern NSString * const ValueTypeErrorScreen; -extern NSString * const ValueTypeRedirect; - -// Server driven message style. -extern NSString * const ValueMessageStylePopup; -extern NSString * const ValueMessageStyleTop; -extern NSString * const ValueMessageStyleTopPersistent; - -// Server driven presentation style -extern NSString * const ValuePresentationStyleModal; -extern NSString * const ValuePresentationStyleRoot; -extern NSString * const ValuePresentationStyleReplace; -extern NSString * const ValuePresentationStylePush; -extern NSString * const ValuePresentationStylePopToPage; diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadDelegateProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadDelegateProtocol.h deleted file mode 100644 index c62d0b2..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadDelegateProtocol.h +++ /dev/null @@ -1,64 +0,0 @@ -// -// MVMCoreLoadDelegateProtocol.h -// myverizon -// -// Created by Scott Pfeil on 11/26/13. -// Copyright (c) 2013 Verizon Wireless. All rights reserved. -// -// The standard post request protocol - -#import -#import -@class MVMCoreRequestParameters; -@class MVMCoreErrorObject; -@class MVMCoreAlertObject; -@class MVMCoreLoadObject; - -@protocol MVMCoreLoadDelegateProtocol - -@optional - -/** Use this function if you want to handle any specific errors in a special manner. You can perform any logic needed here. Default behavior is to present the error. - * @param errorObject The error object - * @param loadObject Contains load data. - * @return If we should continue the loading process or end it. - * Details: Should handle any view controller specific loading errors. Easy to subclass. Called in checkForErrors */ -- (BOOL)checkForDelegateSpecificErrors:(nullable MVMCoreErrorObject *)errorObject loadObject:(nonnull MVMCoreLoadObject *)loadObject completionHandler:(nonnull void (^)(BOOL shouldContinueLoad, MVMCoreLoadObject * _Nullable loadObject, MVMCoreErrorObject * _Nullable error))completionHandler; - -/** Notifies the delegate that an error page will be loaded and asks if we should load it. - * @param loadObject Contains load data. - * @param error Contains any error. - * @return TRUE if the calling process should continue. */ -- (BOOL)shouldContinueToErrorPage:(nonnull MVMCoreLoadObject *)loadObject error:(nullable MVMCoreErrorObject *)error; - -/** Notifies the delegate that a module failed to load. - * @param module The name of the module. - * @param loadObject The load object containing all of the information. - * @param error The error object passed in will be set in the case of an error. - * @return True if the calling process should continue. */ -- (BOOL)handleModuleError:(nonnull NSString *)module loadObject:(nonnull MVMCoreLoadObject *)loadObject error:(nonnull MVMCoreErrorObject *)error; - -/** Get the alert object whose data will be presented. Overwrite this to alter how you want the alert to show. - * @param loadObject The load object. - * @param errorObject An error object if there was an error. - * @return Returns the alert object. - * Details: Gets the alert that will display to the screen. Easier to subclass here to avoid subclassing the displaying logic. */ -- (nullable MVMCoreAlertObject *)alertObjectToShow:(nonnull MVMCoreLoadObject *)loadObject error:(nullable MVMCoreErrorObject *)errorObject; - -/** Allows the delegate to handle any field errors. - * @param fieldErrors The field errors. - * @param loadObject The load object.*/ -- (void)handleFieldErrors:(nullable NSArray *)fieldErrors loadObject:(nonnull MVMCoreLoadObject *)loadObject; - -/** Called when the load is all finished. Use this to perform any cleanup. - * @param loadObject The load object. - * @param loadedViewController If a view controller was loaded or not. - * @param error The error object. - * Details: Only sends an errorObject if there is an error. */ -- (void)loadFinished:(nullable MVMCoreLoadObject *)loadObject loadedViewController:(nullable UIViewController *)loadedViewController error:(nullable MVMCoreErrorObject *)error; - -// Called when the load is cancelled. -- (void)loadCancelled:(nullable MVMCoreLoadObject *)loadObject; - -@end - diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadHandler.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadHandler.h deleted file mode 100644 index 6a1c1c9..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadHandler.h +++ /dev/null @@ -1,74 +0,0 @@ -// -// MVMCoreLoadHandler.h -// myverizon -// -// Created by ScottMVMCoreErrorObject.h Pfeil on 11/12/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// Handles loading data - -#import -#import -#import -#import -#import - -@class MVMCoreRequestParameters; -@class MVMCoreErrorObject; -@class MVMCoreLoadObject; -@class MVMCoreLoadRequestOperation; -@class DelegateObject; - -@interface MVMCoreLoadHandler : NSObject - -// Returns the shared instance of this singleton -+ (nullable instancetype)sharedGlobal; - -// Adds an additional externally managed queue to the list of all loading queues. This allows for cross queue dependency management. -- (void)registerLoadQueue:(NSOperationQueue *_Nonnull)queue; - -// Returns the error location for the given load object. Important for proper logging. -- (nonnull NSString *)errorLocationForRequest:(nonnull MVMCoreLoadObject *)loadObject; - -// Returns the error location for the given requesting object and page type and modules. Important for proper logging. -- (nonnull NSString *)errorLocationForRequest:(nonnull id)requestingObject pageType:(nonnull NSString *)pageType modules:(nonnull NSString *)modules; - -#pragma mark - Request Functions. - -// Creates a request object with the given parameters. -- (nullable NSURLRequest *)requestWithParameters:(nonnull MVMCoreRequestParameters *)requestParameters error:(MVMCoreErrorObject *_Nonnull *_Nonnull)error; - -// Sends a given request to the server. When it is finished, it calls request finished, passing along the json object or nil if there is an error. -- (nullable NSURLSessionTask *)sendRequest:(nonnull MVMCoreRequestParameters *)requestParameters locationForError:(nonnull NSString *)locationForError requestFinished:(nullable void (^)(id _Nullable jsonObject, MVMCoreErrorObject * _Nullable error))requestFinished; - -#pragma mark - Loading Functions - -// Loads a blocking request with the passed in parameters and data for the next page. Pass in the data to handle certain functions. -- (nonnull MVMCoreLoadRequestOperation *)loadRequest:(nonnull MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegateObject:(nullable DelegateObject *)delegateObject; - -// Loads a background request with the passed in parameters and data for the next page. Pass in the data to handle certain functions. -- (nonnull MVMCoreLoadRequestOperation *)loadBackgroundRequest:(nonnull MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegateObject:(nullable DelegateObject *)delegateObject; - -// Loads a blocking request with the passed in load object and data for the next page. -- (nonnull MVMCoreLoadRequestOperation *)loadObject:(nonnull MVMCoreLoadObject *)loadObject; - -// Cancels all of the current loads. -- (void)cancelAllLoads; - -#pragma mark - Standard Delegate Functions - -// By default, if error code is not zero, returns not to continue. -+ (BOOL)defaultCheckForSpecificErrors:(nullable MVMCoreErrorObject *)errorObject loadObject:(nonnull MVMCoreLoadObject *)loadObject; - -// By default, returns continue loading and decides not to throw an error. -+ (BOOL)defaultHandleModuleError:(nonnull NSString *)module loadObject:(nonnull MVMCoreLoadObject *)loadObject error:(nonnull MVMCoreErrorObject *)error; - -#pragma mark - Deprecated - -// Loads a blocking request with the passed in parameters and data for the next page. Pass in the data to handle certain functions. -- (nonnull MVMCoreLoadRequestOperation *)loadRequest:(nonnull MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegate:(nullable NSObject*)delegate __deprecated; - -// Loads a background request with the passed in parameters and data for the next page. Pass in the data to handle certain functions. -- (nonnull MVMCoreLoadRequestOperation *)loadBackgroundRequest:(nonnull MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegate:(nullable NSObject*)delegate __deprecated; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadObject.h deleted file mode 100644 index c8ba157..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadObject.h +++ /dev/null @@ -1,75 +0,0 @@ -// -// MVMCoreLoadObject.h -// myverizon -// -// Created by Scott Pfeil on 11/16/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// An object that holds load data - -#import -#import -#import -#import - -@class MVMCoreLoadRequestOperation; -@class MVMCoreRequestParameters; -@class DelegateObject; - -@interface MVMCoreLoadObject : NSObject - -// The page that was loaded. -@property (nullable, strong, nonatomic) NSString *pageType; - -// The data for hte page that was loaded -@property (nullable, strong, nonatomic) NSDictionary *pageJSON; - -// Contains the button map -@property (nullable, nonatomic, strong, readonly) NSDictionary *buttonMap; - -// the modules that are needed -@property (nullable, strong, nonatomic) NSDictionary *modulesJSON; - -// the response info -@property (nullable, strong, nonatomic) NSDictionary *responseInfoMap; - -// any additional parameters -@property (nullable, strong, nonatomic) NSDictionary *systemParametersJSON; - -// The request -@property (nullable, strong, nonatomic) MVMCoreRequestParameters *requestParameters; - -// any additional data for the page -@property (nullable, strong, nonatomic) NSDictionary *dataForPage; - -// The load delegate -@property (nullable, weak, nonatomic) NSObject *delegate __deprecated; -@property (nullable, strong, nonatomic) DelegateObject *delegateObject; - -// The operation that is loading. -@property (nullable, weak, nonatomic) MVMCoreLoadRequestOperation *operation; - -// Flags for if we loaded from the cache. -@property (nonatomic) BOOL pageDataFromCache; -@property (nonatomic) BOOL moduleDataFromCache; - -- (nullable instancetype)initWithPageJSON:(nullable NSDictionary *)pageJSON modulesJSON:(nullable NSDictionary *)modulesJSON requestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegateObject:(nullable DelegateObject *)delegateObject; - -- (nullable instancetype)initWithRequestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegateObject:(nullable DelegateObject *)delegateObject; - -- (nullable instancetype)initWithDelegateObject:(nullable DelegateObject *)delegateObject; - -- (nullable instancetype)initWithPageJSON:(nullable NSDictionary *)pageJSON errorObject:(nullable MVMCoreErrorObject *)errorObject; - -// Returns whether the load will extend the app session timer based on the response provided by the server. -- (BOOL)extendsAppSession; - -#pragma mark - Deprecated - -- (nullable instancetype)initWithPageJSON:(nullable NSDictionary *)pageJSON modulesJSON:(nullable NSDictionary *)modulesJSON requestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegate:(nullable NSObject*)delegate __deprecated; - -- (nullable instancetype)initWithRequestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegate:(nullable NSObject*)delegate __deprecated; - -- (nullable instancetype)initWithDelegate:(nullable NSObject*)delegate __deprecated; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadRequestOperation.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadRequestOperation.h deleted file mode 100644 index e82187e..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadRequestOperation.h +++ /dev/null @@ -1,105 +0,0 @@ -// -// MVMCoreLoadRequestOperation.h -// myverizon -// -// Created by Scott Pfeil on 11/11/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// The meat and potatos. Handles the load protocol. Should NOT be called on the main queue. - -#import -#import -#import -#import - -@class MVMCoreRequestParameters; -@class MVMCoreLoadObject; -@class DelegateObject; - -@interface MVMCoreLoadRequestOperation : MVMCoreOperation - -@property (nullable, strong, nonatomic) MVMCoreRequestParameters *requestParameters; -@property (nullable, strong, nonatomic) MVMCoreLoadObject *loadObject; -@property (nullable, strong, nonatomic) NSDictionary *dataForPage; -@property (nullable, strong, nonatomic) NSObject *delegate;// __deprecated; -@property (nullable, strong, nonatomic) DelegateObject *delegateObject; -@property (nonatomic) BOOL backgroundLoad; -@property (nonatomic, getter=areDependenciesAdded) BOOL dependenciesAdded; - -// Initializes the operation with the request parameters object, data for page, and mvm view controller to handle the loading with. -- (nullable instancetype)initWithRequestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegateObject:(nullable DelegateObject *)delegateObject backgroundLoad:(BOOL)backgroundLoad; - -// Initializes the operation with the load object, data for page, and mvm view controller to handle the loading with. Can be used for loading a screen without going to the cache or server. -- (nullable instancetype)initWithLoadObject:(nullable MVMCoreLoadObject *)loadObject backgroundLoad:(BOOL)backgroundLoad; - -/* Checks the cache for the data and calls the completion handler with any found data. - * @param completionHandler The block that gets called with any fetched data. */ -+ (void)checkCacheForDataForRequest:(nonnull MVMCoreRequestParameters *)requestParameters completionHandler:(nonnull void (^)(NSDictionary * _Nullable pageFromCache, NSDictionary * _Nullable modulesFromCache))completionHandler; - -/** Sends the request to the server with the given parameters. - * @param loadObject The load object for this operation. Should contain any data loaded from the cache. - * @param completionHandler gets called with the json assuming there were no errors. Any errors will be handled and completion handler will not be called. */ -+ (void)sendRequest:(nonnull MVMCoreRequestParameters *)requestParameters loadObject:(nonnull MVMCoreLoadObject *)loadObject completionHandler:(nonnull void (^)(NSDictionary * _Nullable json))completionHandler; - -/* A helper function. If we shouldn't continue, finish or abort with error. If we should continue, call the continue block. Error is not handled if we continue. - * @param errorBlock The block that gets called when we shouldn't continue for any reason. - * @param completionHandler The block that gets when we should continue. */ -+ (void)handleShouldContinue:(BOOL)shouldContinue error:(nullable MVMCoreErrorObject *)error loadObject:(nullable MVMCoreLoadObject *)loadObject errorBlock:(nullable void (^)(void))errorBlock continueBlock:(nonnull void (^)(void))continueBlock; - -// Processes the json retrieved from the server. Will cache the json and process it. -+ (void)processJSONFromServer:(nonnull NSDictionary *)jsonDictionary loadObject:(nonnull MVMCoreLoadObject *)loadObject completionHandler:(nonnull void (^)(MVMCoreLoadObject * _Nonnull loadObject, MVMCoreErrorObject * _Nullable error))completionHandler; - -/** Handles the load object now that the json is retrieved. Loads a page when asked and finishes up the load. - * @param loadObject The load data from the cache or server. - * @param error A possible error that was caught and needs to be passed to load finished. It has already been handled.*/ -+ (void)handleLoadObject:(nonnull MVMCoreLoadObject *)loadObject error:(nullable MVMCoreErrorObject *)error; - -/** Checks the json for any errors. First, checks the response info for standard errors. Then, allows the core delegate to handle global errors. Then, allows the delegate to handle controller specific errors. - * @param loadObject The load data from the cache or server. - * @param completionHandler The completion handler to load once finished. Returns if we should continue loading or not. */ -+ (void)checkForErrorsInJSONForLoadObject:(nonnull MVMCoreLoadObject *)loadObject completionHandler:(nonnull void (^)(BOOL shouldContinueLoad, MVMCoreLoadObject * _Nullable loadObject, MVMCoreErrorObject * _Nullable error))completionHandler; - -/** Caches the modules. - * @param modules a dictionary of modules. - * @param loadObject The load data from the cache or server. - * @param error The error object passed in will be set in the case of an error. - * @return True if the calling process should continue. */ -+ (BOOL)cacheModules:(nullable NSDictionary *)modules loadObject:(nonnull MVMCoreLoadObject *)loadObject error:(MVMCoreErrorObject *_Nullable *_Nullable)error; - -/** Caches the additional pages. - * @param pages a dictionary of pages. - * @param loadObject The load data from the cache or server. - * @param error The error object passed in will be set in the case of an error. - * @return True if the calling process should continue. */ -+ (BOOL)cachePages:(nullable NSDictionary *)pages loadObject:(nonnull MVMCoreLoadObject *)loadObject error:(MVMCoreErrorObject *_Nullable *_Nullable)error; - -/** Creates the view controller based on the load object passed in. - * @param loadObject The load data from the cache or server. - * @param completionHandler The completion handler to load once finished. Returns any loaded view controller and the load.*/ -+ (void)createViewControllerWithLoadObject:(nonnull MVMCoreLoadObject *)loadObject completionHandler:(nonnull void (^)(UIViewController * _Nullable viewController, MVMCoreLoadObject *_Nonnull loadObject))completionHandler; - -// Displays the view controller to the screen. -+ (void)displayViewController:(nonnull UIViewController *)viewController loadObject:(nullable MVMCoreLoadObject *)loadObject error:(nullable MVMCoreErrorObject *)error; - -// Handles the error based on the error object passed in. May log and/or display the error. -+ (void)handleError:(nonnull MVMCoreErrorObject *)error loadObject:(nonnull MVMCoreLoadObject *)loadObject showAlertForErrorIfApplicable:(BOOL)showAlertForErrorIfApplicable; - -// Shows the appropriate alert tyle for the given response info and/or error. -+ (void)createAndShowAlertForLoadObject:(nullable MVMCoreLoadObject *)loadObject error:(nullable MVMCoreErrorObject *)error delegateObject:(nullable DelegateObject *)delegateObject; - -/** Called when the load was finished due to an error. Handles the error and ends the load. - * @param error The error that occured. May be logged depending. - * @param loadObject The load data for the error. **/ -+ (void)loadAbortedWithError:(nonnull MVMCoreErrorObject *)error loadObject:(nonnull MVMCoreLoadObject *)loadObject; - -/** Called when the load is finished. Ends the load. Lets the delegate know that the load finished and passes along any error that may have caused an abort. - * @param errorObject An error if one caused an abort. - * @param loadedViewController If a view controller was loaded or not, it will be passed here. - * @param loadObject The load data **/ -+ (void)loadFinished:(nonnull MVMCoreLoadObject *)loadObject loadedViewController:(nullable UIViewController *)loadedViewController errorObject:(nullable MVMCoreErrorObject *)errorObject; - -#pragma mark - Deprecated - -- (nullable instancetype)initWithRequestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegate:(nullable NSObject*)delegate backgroundLoad:(BOOL)backgroundLoad __deprecated; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadingOverlayDelegateProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadingOverlayDelegateProtocol.h deleted file mode 100644 index a9e283a..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadingOverlayDelegateProtocol.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// MVMCoreLoadingOverlayDelegateProtocol.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/27/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import -#import - -@protocol MVMCoreLoadingOverlayDelegateProtocol - -@optional - -// Loading will be beginning -- (void)beginningLoading; - -// Loading is finished -- (void)finishedLoading; - -// Provides the screen to use for loading. -- (nonnull UIViewController *)getLoadingViewController; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadingOverlayHandler.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadingOverlayHandler.h deleted file mode 100644 index 64e5388..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadingOverlayHandler.h +++ /dev/null @@ -1,29 +0,0 @@ -// -// MVMCoreLoadingOverlayHandler.h -// myverizon -// -// Created by Scott Pfeil on 3/10/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// A singleton for handling a loading screen. Ensures there is only one on the screen at any given time. - -#import - -@interface MVMCoreLoadingOverlayHandler : NSObject - -// Returns the shared instance of this singleton -+ (nullable instancetype)sharedLoadingOverlay; - -// Starts Loading. Every start loading call must be terminated with an end loading call. -- (void)startLoading; - -// Returns if it is showing. -- (BOOL)isShowing; - -// One of the loads stopped loading. -- (void)stopLoading:(BOOL)animate; - -// Forces to stop loading even if other items are still loading. -- (void)forceStopLoading:(BOOL)animate; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadingViewControllerProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadingViewControllerProtocol.h deleted file mode 100644 index 9a880d7..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoadingViewControllerProtocol.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// MVMCoreLoadingViewControllerProtocol.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/21/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -@protocol MVMCoreLoadingViewControllerProtocol - -// Called when the view controller should animate loading -- (void)startLoading; - -// Called when the view controller should stop animating loading. -- (void)stopLoading; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoggingDelegateProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoggingDelegateProtocol.h deleted file mode 100644 index b8ae254..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoggingDelegateProtocol.h +++ /dev/null @@ -1,31 +0,0 @@ -// -// MVMCoreLoggingDelegateProtocol.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/28/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import -@class MVMCoreAlertController; - -@protocol MVMCoreLoggingDelegateProtocol - -@optional - -// Can be used to log different actions performed by the core. -- (void)handleDebugMessage:(nullable NSString *)message; - -// Can be used to log different actions performed by the core. -- (void)logWithObject:(nullable id)object withName:(nullable NSString *)name withExtraInfo:(nullable NSDictionary *)extra; - -// Can be used to choose how to log error objects. -- (void)addErrorToLog:(nonnull MVMCoreErrorObject *)errorObject; - -// Log that the load has finished. -- (void)logLoadFinished:(nullable MVMCoreLoadObject *)loadObject loadedViewController:(nullable UIViewController *)loadedViewController error:(nullable MVMCoreErrorObject *)error; - -// Log alert -- (void)logAlertForAlertController:(nullable MVMCoreAlertController *)alertController; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoggingHandler.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoggingHandler.h deleted file mode 100644 index 4cb1301..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreLoggingHandler.h +++ /dev/null @@ -1,29 +0,0 @@ -// -// MVMCoreLoggingHandler.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/28/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import -#import -#import -#import -#import -@class MVMCoreAlertController; - -#define MVMCoreLog(fmt, ...) \ -[MVMCoreLoggingHandler logDebugMessageWithDelegate:[NSString stringWithFormat:(@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__]]; - -@interface MVMCoreLoggingHandler : NSObject - -+ (nullable instancetype)sharedLoggingHandler; - -+ (void)addErrorToLog:(nonnull MVMCoreErrorObject *)errorObject; -+ (void)logDebugMessageWithDelegate:(nullable NSString *)message; -+ (void)logWithDelegateWithObject:(nullable id)object withName:(nullable NSString *)name withExtraInfo:(nullable NSDictionary *)extra; -+ (void)logWithDelegateLoadFinished:(nullable MVMCoreLoadObject *)loadObject loadedViewController:(nullable UIViewController *)loadedViewController error:(nullable MVMCoreErrorObject *)error; -+ (void)logAlertForAlertController:(nullable MVMCoreAlertController *)alertController; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreNavigationHandler.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreNavigationHandler.h deleted file mode 100644 index 32789d0..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreNavigationHandler.h +++ /dev/null @@ -1,140 +0,0 @@ -// -// MVMCoreNavigationHandler.h -// myverizon -// -// Created by Scott Pfeil on 11/18/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// This class should be used to handle all navigation and presentation for mvm. - -#import -#import - -@class MVMCoreOperation; -@class MVMCoreNavigationObject; -@class MVMCoreLoadObject; - -@interface MVMCoreNavigationHandler : NSObject - -// Returns the shared instance of this singleton -+ (nullable instancetype)sharedNavigationHandler; - -// Can set the view controller to present on... will use MF if nil. -@property (nullable, nonatomic, weak) UIViewController *viewControllerToPresentOn; - -// reference to main navigation controller -@property (nullable, weak, nonatomic) UINavigationController *navigationController; - - -// Will navigate appropriately based on the load style -- (void)navigateWithLoadObject:(nullable MVMCoreLoadObject *)loadObject viewController:(nonnull UIViewController *)viewController delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// Perform navigation with object. -- (void)startNavigationWithNavigationObject:(nonnull MVMCoreNavigationObject *)navigationObject delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// pops or dimisses as needed -- (void)removeCurrentViewController; - -#pragma mark - Navigation Simple -// Uses the default navigation controller in app delegate - -// Use this to push. -- (void)pushViewController:(nonnull UIViewController *)viewController animated:(BOOL)animated; - -// Use this to replace the top view controller. -- (void)replaceTopViewControllerWithViewController:(nonnull UIViewController *)viewController animated:(BOOL)animated; - -// Use this to replace all the view controllers after the root with the passed in view controller. -- (void)replaceAfterRoot:(nonnull UIViewController *)viewController animated:(BOOL)animated; - -// Use this to set the navigation stack. -- (void)setViewControllers:(nonnull NSArray *)viewControllers animated:(BOOL)animated; - -// Use this to pop. -- (void)popTopViewControllerAnimated:(BOOL)animated; - -// Use this to pop a specific view controller. -- (void)popViewController:(nonnull UIViewController *)viewController animated:(BOOL)animated; - -// Use this to pop to a specific view controller in the stack. -- (void)popToViewController:(nonnull UIViewController *)viewController animated:(BOOL)animated; - -// Use this to pop to a view controller of a specific class in the stack. -- (void)popToInstanceOfClass:(nonnull Class)viewControllerClass animated:(BOOL)animated; - -// Use this to pop to a view controller of a specific page type in the stack. -- (void)popToViewControllerWithPageType:(nonnull NSString *)pageType animated:(BOOL)animated; - -// Use this to pop to the root of the stack. -- (void)popToRootAnimated:(BOOL)animated; - -// Adds the navigation operation to the queue. -- (void)addNavigationOperation:(nonnull MVMCoreOperation *)operation; - -// Removes all queued up items. -- (void)cancelNavigation; - -#pragma mark - Navigation Extra - -// Use this to push. -- (void)pushViewController:(nonnull UIViewController *)viewController navigationController:(nullable UINavigationController *)navigationController animated:(BOOL)animated delegate:(nullable NSObject*)delegate replaceInStack:(BOOL)replaceInStack completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to replace the top view controller. -- (void)replaceTopViewControllerWithViewController:(nonnull UIViewController *)viewController navigationController:(nullable UINavigationController *)navigationController animated:(BOOL)animated delegate:(nullable NSObject*)delegate replaceInStack:(BOOL)replaceInStack completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to replace all the view controllers after the root with the passed in view controller. If no navigation controller is provided, will use the main one in app delegate. -- (void)replaceAfterRoot:(nonnull UIViewController *)viewController navigationController:(nullable UINavigationController *)navigationController animated:(BOOL)animated delegate:(nullable NSObject*)delegate replaceInStack:(BOOL)replaceInStack completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to set the navigation stack. If no navigation controller is provided, will use the main one in app delegate. -- (void)setViewControllers:(nonnull NSArray *)viewControllers navigationController:(nullable UINavigationController *)navigationController animated:(BOOL)animated delegate:(nullable NSObject*)delegate replaceInStack:(BOOL)replaceInStack completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to pop. If no navigation controller is provided, will use the main one in app delegate. -- (void)popTopViewControllerAnimated:(BOOL)animated navigationController:(nullable UINavigationController *)navigationController delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to pop a specific view controller. If no navigation controller is provided, will use the main one in app delegate. -- (void)popViewController:(nonnull UIViewController *)viewController navigationController:(nullable UINavigationController *)navigationController animated:(BOOL)animated delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to pop to a specific view controller in the stack. If no navigation controller is provided, will use the main one in app delegate. -- (void)popToViewController:(nonnull UIViewController *)viewController navigationController:(nullable UINavigationController *)navigationController animated:(BOOL)animated delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to pop to a view controller of a specific class in the stack. If no navigation controller is provided, will use the main one in app delegate. -- (void)popToInstanceOfClass:(nonnull Class)viewControllerClass navigationController:(nullable UINavigationController *)navigationController animated:(BOOL)animated delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to pop to a view controller of a specific pageType in the stack. If no navigation controller is provided, will use the main one in app delegate. -- (void)popToViewControllerWithPageType:(nonnull NSString *)pageType navigationController:(nullable UINavigationController *)navigationController animated:(BOOL)animated delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to pop to the root of the stack. If no navigation controller is provided, will use the main one in app delegate. -- (void)popToRootAnimated:(BOOL)animated navigationController:(nullable UINavigationController *)navigationController delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -#pragma mark - Presentation Simple - -// Use this to present. -- (void)presentViewController:(nonnull UIViewController *)viewController animated:(BOOL)animated; - -// Use this to dismiss. -- (void)dismissTopViewControllerAnimated:(BOOL)animated; - -// Use this to dismiss a specific view controller and any it may be presenting. -- (void)dismissViewController:(nonnull UIViewController *)viewController animated:(BOOL)animated; - -// Use this to dismiss all presented view controllers stacked on the bottom one. -- (void)dismissToBottom:(BOOL)animated; - -// Removes all queued up items. -- (void)cancelPresentation; - -#pragma mark - Presentation Extra - -// Use this to present. -- (void)presentViewController:(nonnull UIViewController *)viewController animated:(BOOL)animated delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to dismiss. -- (void)dismissTopViewControllerAnimated:(BOOL)animated delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to dismiss a specific view controller and any it may be presenting. -- (void)dismissViewController:(nonnull UIViewController *)viewController animated:(BOOL)animated delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -// Use this to dismiss all presented view controllers stacked on the bottom one. -- (void)dismissToBottom:(BOOL)animated delegate:(nullable NSObject*)delegate completionHandler:(nullable void (^)(void))completionBlock; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreNavigationObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreNavigationObject.h deleted file mode 100644 index 527110f..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreNavigationObject.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// MVMCoreNavigationObject.h -// mobilefirst -// -// Created by Scott Pfeil on 4/22/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import -#import - -@interface MVMCoreNavigationObject : NSObject - -@property (nullable, strong, nonatomic) UIViewController *viewController; -@property (nullable, strong, nonatomic) UINavigationController *navigationController; -@property (nullable, strong, nonatomic) NSArray *viewControllers; -@property (nullable, strong, nonatomic) Class classToPopTo; -@property (nullable, strong, nonatomic) NSString *pageTypeToPopTo; -@property (nonatomic) NavigationType navigationType; -@property (nonatomic) BOOL animated; -@property (nonatomic) BOOL tryToReplaceFirst; -@property (nonatomic) BOOL stopLoadingOverlay; - -- (nullable instancetype)initWithViewController:(nullable UIViewController *)viewController navigationController:(nullable UINavigationController *)navigationController viewControllers:(nullable NSArray *)viewControllers animated:(BOOL)animated tryToReplaceFirst:(BOOL)tryToReplaceFirst navigationType:(NavigationType)navigationType; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreNavigationOperation.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreNavigationOperation.h deleted file mode 100644 index 3bcd58d..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreNavigationOperation.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// MVMCoreNavigationOperation.h -// myverizon -// -// Created by Scott Pfeil on 11/17/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// Handles navigation - -#import -#import "MVMCoreOperation.h" -#import "MVMCorePresentationDelegateProtocol.h" - -@class MVMCoreNavigationObject; - -@interface MVMCoreNavigationOperation : MVMCoreOperation - -@property (nullable, weak, nonatomic) NSObject *delegate; - -- (nullable instancetype)initWithNavigationObject:(nonnull MVMCoreNavigationObject *)navigationObject; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreObject.h deleted file mode 100644 index 26013a3..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreObject.h +++ /dev/null @@ -1,44 +0,0 @@ -// -// MVMCoreObject.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/21/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import - -@interface MVMCoreObject : NSObject - -@property (nullable, strong, nonatomic) MVMCoreSessionObject *session; -@property (nullable, strong, nonatomic) MVMCoreCache *cache; -@property (nullable, strong, nonatomic) MVMCoreViewControllerMappingObject *viewControllerMapping; -@property (nullable, strong, nonatomic) MVMCoreActionHandler *actionHandler; -@property (nullable, strong, nonatomic) MVMCoreSessionTimeHandler *sessionHandler; - -// The delegates -@property (nullable, strong, nonatomic) id globalLoadDelegate; -@property (nullable, strong, nonatomic) id loadingProtocol; -@property (nullable, strong, nonatomic) NSObject *loggingDelegate; -@property (nullable, strong, nonatomic) id globalTopAlertDelegate; - -// A reference to the calling application delegate that should be set. For a normal app, could be the UIApplicationDelegate. For watch, could be WKExtensionDelegate. For iMessage, could be MSMessagesAppViewController. etc, etc. Useful for the framework to call delegate specific functions. -@property (nullable, weak, nonatomic) id applicationDelegate; - -// A singleton. -+ (nullable instancetype)sharedInstance; - -// Sets up with a default session, cache, view controller mapping, action handler, session handler, and logging delegate. -- (void)defaultInitialSetup; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreOperation.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreOperation.h deleted file mode 100644 index f9aae79..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreOperation.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// MVMCoreOperation.h -// myverizon -// -// Created by Scott Pfeil on 9/28/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// Base operation. It is concurrent/asyncronous, but it is only expected to be started with NSOperationQueue (the start function does not fire off another thread! So don't call start manually unless you are on the thread you desire). - -#import - -@interface MVMCoreOperation : NSOperation - -// Checks for cancellation and then marks as finished if so. -- (BOOL)checkAndHandleForCancellation; - -// Does the proper KVO finished stuff. -- (void)markAsFinished; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCorePresentAnimationOperation.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCorePresentAnimationOperation.h deleted file mode 100644 index fa9e862..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCorePresentAnimationOperation.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// MVMCorePresentAnimationOperation.h -// myverizon -// -// Created by Scott Pfeil on 11/25/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// Should be added to the main queue. Presents the view controller on the presenting view controller. - -#import "MVMCoreOperation.h" -#import "MVMCorePresentationDelegateProtocol.h" - -@interface MVMCorePresentAnimationOperation : MVMCoreOperation - -@property (nullable, weak, nonatomic) NSObject *delegate; - -- (nullable instancetype)initWithPresentingViewController:(nullable UIViewController *)presentingViewController presentedViewController:(nullable UIViewController *)presentedViewController animated:(BOOL)animated; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCorePresentViewControllerOperation.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCorePresentViewControllerOperation.h deleted file mode 100644 index 7906638..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCorePresentViewControllerOperation.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// MVMCorePresentViewControllerOperation.h -// myverizon -// -// Created by Scott Pfeil on 9/28/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// -// An operation for presenting a view controller. Depends on alert as well. Should NOT go onto the main queue. - -#import -#import "MVMCoreOperation.h" -#import "MVMCorePresentationDelegateProtocol.h" - -@interface MVMCorePresentViewControllerOperation : MVMCoreOperation - -@property (nullable, weak, nonatomic) NSObject *delegate; - -- (nullable instancetype)initWithPresentingViewController:(nullable UIViewController *)presentingViewController presentedViewController:(nullable UIViewController *)presentedViewController animated:(BOOL)animated; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCorePresentationDelegateProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCorePresentationDelegateProtocol.h deleted file mode 100644 index 8dc27f4..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCorePresentationDelegateProtocol.h +++ /dev/null @@ -1,40 +0,0 @@ -// -// MVMCorePresentationDelegateProtocol.h -// mobilefirst -// -// Created by Scott Pfeil on 2/16/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import - -@protocol MVMCorePresentationDelegateProtocol - -@optional - -// Called when a view controller will be displayed on a navigation controller -- (void)navigationController:(nonnull UINavigationController *)navigationController willDisplayViewController:(nonnull UIViewController *)viewController; - -// Called when a view controller has been displayed on a navigation controller -- (void)navigationController:(nonnull UINavigationController *)navigationController displayedViewController:(nonnull UIViewController *)viewController; - -// Called when interactive transition get canceled -- (void)navigationController:(nonnull UINavigationController *)navigationController interactiveTransitionWasCanceled:(BOOL)canceled; - - -- (nullable id )navigationController:(nonnull UINavigationController *)navigationController - animationControllerForOperation:(UINavigationControllerOperation)operation - fromViewController:(nonnull UIViewController *)fromVC - toViewController:(nonnull UIViewController *)toVC NS_AVAILABLE_IOS(7_0); - -- (nullable id )navigationController:(nonnull UINavigationController *)navigationController - interactionControllerForAnimationController:(nonnull id ) animationController NS_AVAILABLE_IOS(7_0); - -// Called when a view controller will be presented on another view controller -- (void)viewController:(nonnull UIViewController *)presentingViewController willPresentViewController:(nonnull UIViewController *)presentedViewController; - -// Called when a view controller did be present on another -- (void)viewController:(nonnull UIViewController *)presentingViewController didPresentViewController:(nonnull UIViewController *)presentedViewController; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreRequestParameters.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreRequestParameters.h deleted file mode 100644 index b53ae9d..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreRequestParameters.h +++ /dev/null @@ -1,117 +0,0 @@ -// -// MVMCoreRequestParameters.h -// myverizon -// -// Created by Scott Pfeil on 3/4/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// An object for the request parameters - -#import -#import - -// The loading style. -// MFLoadStyleDefault: This means it has not been explicitely set by the developer. Standard push. -// MFLoadStylePush: Set explicitely to push. -// MFLoadStyleReplaceCurrent: Replaces the current view controller if possible. -// MFLoadStyleOnTopOfRoot: Loads ontop of the root controller. -// MFLoadStyleBecomeRoot: Load as the root controller. -typedef NS_ENUM(NSInteger, MFLoadStyle) { - MFLoadStyleDefault = 0, - MFLoadStylePush, - MFLoadStyleReplaceCurrent, - MFLoadStyleOnTopOfRoot, - MFLoadStyleBecomeRoot, - MFLoadStylePresent -}; - -@interface MVMCoreRequestParameters : NSObject - -// request parameters -@property (nullable, strong, nonatomic) NSString *pageType; -@property (nullable, strong, nonatomic) NSArray *modules; -@property (nullable, strong, nonatomic) NSDictionary *parameters; -@property (nullable, strong, nonatomic) NSData *imageData; - -// adding parent pageType for freebee -@property (nullable, strong, nonatomic) NSString *parentPageType; - -// Context root for server -@property (nullable, strong, nonatomic) NSString *contextRoot; - -// A flag for if you do not want to try loading any actual view controller. (Unless there is an error screen) -@property (assign, nonatomic) BOOL noViewControllerToLoad; - -// A flag for if you want a view controller to be created but not displayed. (Unless there is an error screen) -@property (assign, nonatomic) BOOL dontDisplayViewController; - -// A flag for if you don't want loading overlay to display. -@property (nonatomic) BOOL noloadingOverlay; - -// A flag for if we should hide any errors from the user or not. -@property (assign, nonatomic) BOOL handleErrorsSilently; - -// A flag for if you want to override pushing view animated or not. -@property (assign, nonatomic) BOOL shouldNotAnimatePush; - -// A flag for if we want to override making a request to server if fail to load from cache -@property (assign, nonatomic) BOOL shouldNotGoToServerOnCacheFail; - -// A flag for if we never want to load from the cache -@property (assign, nonatomic) BOOL neverLoadFromCache; - -// A flag for if we should be adding the initial request parameters. -@property (assign, nonatomic) BOOL addInitialRequestParameters; - -// A list of initial parameter sections to blacklist / skip. -@property (nullable, strong, nonatomic) NSSet *excludedInitialParameters; - -// A flag for if we should always show alerts, even during a background load. -@property (assign) BOOL allowAlertsIfBackgroundRequest; - -// Determines how it is loaded. -@property (nonatomic) MFLoadStyle loadStyle; -@property (nonatomic) BOOL replaceViewIfOnStackElseLoadWithStyle; - -// A flag for if a tab was pressed to cause this load. This will ensure that we do not load a new tab page. -@property (nonatomic) BOOL tabWasPressed; - -// Can provide a specific navigation controller to use for loading. Will use the default other wise. -@property (nullable, weak, nonatomic) UINavigationController *navigationController; - -// If the request was created with an action map. -@property (nullable, strong, nonatomic) NSDictionary *actionMap; - -// only used when the base url is not the same as mf -@property (nullable, strong, nonatomic) NSURL *alternateBaseURL; - -@property (nullable, strong, nonatomic) NSNumber *customTimeoutTime; - -// Will open support panel at the end of the load. -@property (nonatomic) BOOL openSupportPanel; - -// A list of page types that this operation should NOT be loaded in parallel with. -@property (nullable, strong, nonatomic) NSArray * successivePageTypes; - -// Creates an object with the given page type and extra parameters. Adds the extra parameters to the standard request parameters. Will add any modules needed by the page type by default. -- (nullable instancetype)initWithPageType:(nonnull NSString *)pageType extraParameters:(nullable NSDictionary *)extraParameters; - -// Creates an object with the given page type, modules, and extra parameters. Adds the extra parameters to the standard request parameters. -- (nullable instancetype)initWithPageType:(nonnull NSString *)pageType additionalModules:(nonnull NSArray *)additionalModules extraParameters:(nullable NSDictionary *)extraParameters; - -// Creates an object with the given modules. Adds the extra parameters to the standard request parameters. -- (nullable instancetype)initWithModules:(nonnull NSArray *)modules extraParameters:(nullable NSDictionary *)extraParameters; - -// Initializes the object with an action map. -- (nullable instancetype)initWithActionMap:(nonnull NSDictionary *)actionMap; - -// Adds the passed in parameters. -- (void)addRequestParameters:(nonnull NSDictionary *)parameters; - -// Removes the passed in parameters. -- (void)removeRequestParameterWithKey:(nonnull NSString *)key; - -// Sets the load style based on the server sent presentationStyle -- (void)setMFLoadStyleBasedOnPresentationStyle:(nonnull NSString *)presentationStyle; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreSessionObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreSessionObject.h deleted file mode 100644 index ceb4e23..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreSessionObject.h +++ /dev/null @@ -1,46 +0,0 @@ -// -// MVMCoreSessionObject.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/22/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import - -@interface MVMCoreSessionObject : NSObject - -// the session used for all requests. -@property (nullable, strong, nonatomic) NSURLSession *session; - -// the session used for all Freebee requests. -@property (nullable, strong, nonatomic) NSURLSession *freeBeeSession; - -// The server base url (Until prepay is native, this will always be postpay). -@property (nullable, strong, nonatomic) NSURL *baseURL; - -// The context root to use on the base url. -@property (nullable, strong, nonatomic) NSString *contextRoot; - - -// Returns the shared instance of this singleton -+ (nullable instancetype)sharedGlobal; - -// Creates the nsurlsession with default configuration and no delegate. Can subclass for different session. -- (nonnull NSURLSession *)createNSURLSession; - -// Gets inital parameters for request parameters. -- (nullable NSDictionary *)getInitialParameters; -// Gets inital parameters for request parameters excluding any items given a list of key names. -- (nullable NSDictionary *)getInitialParametersExcludingSections:(nullable NSSet *)excludeSections; - -// Restarts the application session state. Can clear variables and pass a page type if needed. -- (void)restartSessionWithPageType:(nullable NSString *)pageType parameters:(nullable NSDictionary *)parameters clearAllVariables:(BOOL)clearAllVariables; - -// Redirect, leaving the current app experience. -- (void)redirectWithInfo:(nullable NSDictionary *)dictionary; - -// Clears the session singleton. Creates a new session NSURLSession also. -- (void)clearSessionObject; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreSessionTimeHandler.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreSessionTimeHandler.h deleted file mode 100644 index bcc06db..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreSessionTimeHandler.h +++ /dev/null @@ -1,56 +0,0 @@ -// -// MVMCoreSessionTimeHandler.h -// myverizon -// -// Created by Scott Pfeil on 2/25/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// Handles the session timer. - -#import - -@class MVMCoreErrorObject; - -@interface MVMCoreSessionTimeHandler : NSObject - -// The time that we started the last session timer. -@property (assign, nonatomic, readonly) NSTimeInterval timeTimerStarted; - -#pragma mark - functions to override - -// Can override to provide a time until the warning shows in seconds. Set to 0 if there should be no warning. Default is 0 -- (NSTimeInterval)timeUntilWarning; - -// Can override to provide a time until the timeout happens in seconds. If there is a warning, then this value is used after the warning happens. Set to 0 if there should be no timeout. Default is 0. -- (NSTimeInterval)timeUntilTimeout; - -// Starts the timeout timer. Override to handle what happens on timeout warning. Should call super if want the timeout timer going. -- (void)sessionTimeoutWarning NS_REQUIRES_SUPER; - -// Called when the session has timed out. Override to handle what happens on timeout. Should call super. Can be called to force timeout... should never need to call unless simulating timout. -- (void)sessionTimeout:(BOOL)whileInBackground NS_REQUIRES_SUPER; - -// Keeps the session alive. A boolean for if we should show the alert if there is an error. Does nothing by default. Can override to do something. -- (void)sendKeepAliveToServer:(BOOL)notifyUserIfError; - -// Invalidates the server session and then calls the completion handler. Error may or may not populate. By default this only calls the completion handler, override to invalidate your server session as you see fit then call completion. -- (void)invalidateSession:(void (^ __nullable)(MVMCoreErrorObject * _Nullable error))completion; - -#pragma mark - Session timer functions - -// Returns the shared instance of this singleton -+ (nullable instancetype)sharedSessionHandler; - -// Starts the session timer. Should be called after every response from the server. Happens on the main thread. -- (void)startSessionTimer; - -// Should only be used in rare occassions, like on the original wifi screen. -- (void)stopSessionTimer; - -// Returns whether the app is in session. -- (BOOL)isAppInSession; - -// Resets everything. -- (void)resetState; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertAnimationDelegateProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertAnimationDelegateProtocol.h deleted file mode 100644 index bb9f6df..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertAnimationDelegateProtocol.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// MVMCoreTopAlertAnimationDelegateProtocol.h -// mobilefirst -// -// Created by Scott Pfeil on 6/4/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import - -@protocol MVMCoreTopAlertAnimationDelegateProtocol - -// Called when the top alert is starting an animation -- (void)topAlertViewBeginAnimation; - -// Called when the top alert is ending an animation -- (void)topAlertViewFinishAnimation; - -// Called when the top alert close button was pressed by the user -- (void)topAlertCloseButtonPressed; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertDelegateProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertDelegateProtocol.h deleted file mode 100644 index af09483..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertDelegateProtocol.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// MVMCoreTopAlertDelegateProtocol.h -// mobilefirst -// -// Created by Scott Pfeil on 6/4/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import - -@class MVMCoreTopAlertObject; - -@protocol MVMCoreTopAlertDelegateProtocol - -@optional - -- (void)topAlertViewShown:(nonnull id)topAlert topAlertObject:(nonnull MVMCoreTopAlertObject *)topAlertObject; -- (void)topAlertViewDismissed:(nonnull id)topAlert; - -// Called when the top alert is pressed. Determines if we should load the option the default way or not. -- (BOOL)shouldLoadTopAlertAction:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertObject.h deleted file mode 100644 index 5a4b587..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertObject.h +++ /dev/null @@ -1,60 +0,0 @@ -// -// MVMCoreTopAlertObject.h -// mobilefirst -// -// Created by Scott Pfeil on 5/24/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import - -extern NSUInteger const TopAlertDismissTime; - -@interface MVMCoreTopAlertObject : NSObject - -@property (nonatomic) BOOL persistent; -@property (nullable, nonatomic) NSString *type; - -// The text -@property (nullable, strong, nonatomic) NSString *title; -@property (nullable, strong, nonatomic) NSString *message; -@property (nullable, strong, nonatomic) NSString *topMessage; - -// For the button. -@property (nullable, strong, nonatomic) NSDictionary *buttonMap; -@property (nullable, strong, nonatomic) NSDictionary *additionalData; -@property (nonatomic) BOOL useCloseButton; - -// For non action map driven button. -@property (nullable, strong, nonatomic) NSString *buttonTitle; -@property (nullable, copy, nonatomic) void (^userActionHandler)(id _Nonnull sender); - -@property (nullable, weak, nonatomic) NSObject *delegate; - -// This is used to ensure legacy style stays intact with new changes -@property (nonatomic) BOOL useNewStyle; - -// The page type used for the top alert -@property (nullable, strong, nonatomic) NSString *pageType; - -// image name or url used imageviews -@property (nullable, strong, nonatomic) NSString *imageNameOrURL; -@property (nullable, strong, nonatomic) NSString *aboveTextImageString; - -// If 0, uses default 5 seconds. -@property (nonatomic) NSInteger topAlertDismissTime; - -// Server can set color. -@property (nullable, strong, nonatomic) UIColor *backgroundColor; -@property (nullable, strong, nonatomic) UIColor *textColor; - -- (nullable instancetype)initWithResponseInfo:(nullable NSDictionary *)responseInfo; - -- (nullable instancetype)initWithType:(nullable NSString *)type message:(nullable NSString *)message; - -- (nullable instancetype)initWithType:(nullable NSString *)type message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage persistent:(BOOL)persistent actionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData; - -- (nullable instancetype)initWithType:(nullable NSString *)type message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage persistent:(BOOL)persistent buttonTitle:(nullable NSString *)buttonTitle userActionHandler:(nullable void (^)(id _Nonnull sender))userActionHandler; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertOperation.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertOperation.h deleted file mode 100644 index 82cba7d..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertOperation.h +++ /dev/null @@ -1,30 +0,0 @@ -// -// MVMCoreTopAlertOperation.h -// mobilefirst -// -// Created by Scott Pfeil on 6/4/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import "MVMCoreOperation.h" -#import "MVMCoreTopAlertAnimationDelegateProtocol.h" - -@class MVMCoreTopAlertObject; - -@interface MVMCoreTopAlertOperation : MVMCoreOperation - -@property (readonly, getter=isPaused) BOOL paused; - -@property (nonatomic) BOOL reAddAfterCancel; - -@property (nonnull, nonatomic, strong) MVMCoreTopAlertObject *topAlertObject; - -- (nullable instancetype)initWithTopAlertObject:(nonnull MVMCoreTopAlertObject *)topAlertObject; - -// Pauses the operation. Temporarily removes any alert. -- (void)pause; - -// Unpauses the operation, resuming any alert. -- (void)unpause; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertViewProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertViewProtocol.h deleted file mode 100644 index 6f21c40..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreTopAlertViewProtocol.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// MVMCoreTopAlertViewProtocol.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 1/2/18. -// Copyright © 2018 myverizon. All rights reserved. -// - -#import -@class MVMCoreTopAlertObject; - -@protocol MVMCoreTopAlertViewProtocol - -@optional - -// Show based on the object -- (void)showWithTopAlertObject:(nullable MVMCoreTopAlertObject *)topAlertObject animationDelegate:(nonnull id )animationDelegate completionHandler:(void (^ __nullable)(BOOL finished))completionHandler; - -// Hides -- (void)hideAlertView:(void (^ __nullable)(BOOL finished))completionHandler; - -// Collapses the notification if it has a short top message. Otherwise removes notification. -- (void)collapseNotification; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerAnimatedTransitioning.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerAnimatedTransitioning.h deleted file mode 100644 index 701e6c0..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerAnimatedTransitioning.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// MVMCoreViewControllerAnimatedTransitioning.h -// MVMCore -// -// Created by Chen, Mingyuan on 6/5/18. -// Copyright © 2018 myverizon. All rights reserved. -// - -#import - -@protocol MVMCoreViewControllerAnimatedTransitioning - -@required - -/** Property that notifies the navigation controller if the transition was cancelled. - * - * This property must be KVO compliant (i.e. in Swift add '\@objc dynamic')! - */ -@property (nonatomic) BOOL interactiveTransitionCanceled; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerMappingObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerMappingObject.h deleted file mode 100644 index 27b6078..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerMappingObject.h +++ /dev/null @@ -1,84 +0,0 @@ -// -// MVMCoreViewControllerMappingObject.h -// myverizon -// -// Created by Scott Pfeil on 12/2/13. -// Copyright (c) 2013 Verizon Wireless. All rights reserved. -// -// Singleton for using template id string to create view controllers based on mapping objects. Any given templateID will map to a view controller. - -#import -#import -@class MVMCoreErrorObject; - -// Classes that use the protocol should be able to be added to the mapping and create a view controller when called upon. -@protocol MVMCoreViewControllerMappingProtocol - -// Creates and returns an mvm view controller. -- (nullable UIViewController *)createViewController; - -@end - -@interface MVMCoreViewControllerMappingObject : NSObject - -// The template based mapping. -@property (nullable, strong, nonatomic) NSMutableDictionary *> *viewControllerMapping; - -// The modules that the page can't survive without. Will throw an error if not all are found during loading. -@property (nullable, strong, nonatomic) NSMutableDictionary *requiredModuleMapping; - -// The modules that the page will ask for but may not get. -@property (nullable, strong, nonatomic) NSMutableDictionary *optionalModuleMapping; - -// Legacy: page type based mapping -@property (nullable, strong, nonatomic) NSMutableDictionary *> *pageTypeViewControllerMapping; - -// Returns the shared instance -+ (nullable instancetype)sharedViewControllerMappingObject; - -#pragma mark - View Controller Mapping - -// Returns the mapping object which maps the given template to how it's view controller is loaded. -- (nullable NSObject *)getViewControllerMappingForTemplate:(nonnull NSString *)templateID; - -// Creates and returns an mvm view controller of the passed in template or page type using the mapping. -- (nullable UIViewController *)createMFViewControllerOfTemplate:(nonnull NSString *)templateID; - -// For pages external to the mobile first framework to be added to the view controller mapping. -- (void)addToTemplateViewControllerMapping:(nullable NSDictionary *>*)map; - -// Transition function: A mix of new and legacy. -- (nullable UIViewController *)createMFViewControllerOfTemplate:(nullable NSString *)templateID pageType:(nullable NSString *)pageType; - -#pragma mark - Module PageType Mapping - -// Returns the required modules for a given page. -- (nullable NSArray *)modulesRequiredForPageType:(nonnull NSString *)pageType; - -// For pages external to the mobile first framework to add their required modules. -- (void)addRequiredModulesToMapping:(nonnull NSArray *)mapping forPageType:(nonnull NSString *)pageType; - -// Returns the optional modules for a given page -- (nullable NSArray *)modulesOptionalForPageType:(nonnull NSString *)pageType; - -// For pages external to the mobile first framework to add their optional modules. -- (void)addOptionalModulesToMapping:(nonnull NSArray *)mapping forPageType:(nonnull NSString *)pageType; - -// Returns all the modules needed for a given page type. -- (nullable NSArray *)allModulesForPageType:(nonnull NSString *)pageType; - -// Add optional modules for multiple pages. Used by external frameworks -- (void)addOptionalModulesForPages:(nonnull NSDictionary*>*)optionalModulesForPages; - -#pragma mark - Legacy PageType driven - -// Returns the mapping object which maps the given page type to how it's view controller is loaded. -- (nullable NSObject *)getViewControllerMappingForPageType:(nonnull NSString *)pageType; - -// For pages external to the mobile first framework to be added to the view controller mapping for pagetypes. -- (void)addToPageTypeViewControllerMapping:(nullable NSDictionary *>*)map; - -// Creates and returns an mvm view controller of the passed in template or page type using the mapping. -- (nullable UIViewController *)createMFViewControllerOfPageType:(nonnull NSString *)pageType; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerNibMappingObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerNibMappingObject.h deleted file mode 100644 index fa7c2d7..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerNibMappingObject.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// MVMCoreViewControllerNibMappingObject.h -// myverizon -// -// Created by Scott Pfeil on 3/26/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// - -#import - -@interface MVMCoreViewControllerNibMappingObject : NSObject - -// View Controller Class, for loading from a nib. -@property (nonnull, strong, nonatomic) Class viewControllerClass; - -// Nib Name, for loading from a nib. -@property (nonnull, strong, nonatomic) NSString *nibName; - -// The bundle where the nib is located. -@property (nonnull, strong, nonatomic) NSString *bundleName; - -// Initializes for a nib load. -- (nullable id)initWithClass:(nonnull Class)viewControllerClass nibName:(nonnull NSString *)nibName bundleName:(nonnull NSString *)bundleName; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerProgrammaticMappingObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerProgrammaticMappingObject.h deleted file mode 100644 index 02487e0..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerProgrammaticMappingObject.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// MVMCoreViewControllerProgrammaticMappingObject.h -// myverizon -// -// Created by Scott Pfeil on 3/26/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// - -#import - -@interface MVMCoreViewControllerProgrammaticMappingObject : NSObject - -// View Controller Class, for loading by class. -@property (nonnull, strong, nonatomic) Class viewControllerClass; - -// Initializes with the given class. -- (nullable id)initWithClass:(nonnull Class)viewControllerClass; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerProtocol.h deleted file mode 100644 index 9596929..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerProtocol.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// MVMCoreViewControllerProtocol.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/22/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -#import -@class MVMCoreLoadObject; -@class MVMCoreErrorObject; -@class DelegateObject; - -@protocol MVMCoreViewControllerProtocol - -@property (nullable, strong, nonatomic) NSString *pageType; - -// This view controller should subclass this function and check the load to make sure it has all the needed data. Fills the error object if there are any errors. Returns if we should finish the load or not. Ideally error should use code ErrorCodeViewControllerProcessingJSON. -- (BOOL)shouldFinishProcessingLoad:(nonnull MVMCoreLoadObject *)loadObject error:(MVMCoreErrorObject *_Nonnull *_Nonnull)error; - -@optional - -// Allows override of the delegate to use. -- (nullable DelegateObject *)delegateObject; - -@end - diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerStoryBoardMappingObject.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerStoryBoardMappingObject.h deleted file mode 100644 index 51fb398..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewControllerStoryBoardMappingObject.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// MVMCoreViewControllerStoryBoardMappingObject.h -// myverizon -// -// Created by Scott Pfeil on 3/26/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// - -#import - -@interface MVMCoreViewControllerStoryBoardMappingObject : NSObject - -// Initializes with a story board load. -- (nullable id)initWithStoryBoard:(nonnull NSString *)storyBoard storyBoardIdentifier:(nonnull NSString *)storyBoardIdentifier bundleName:(nonnull NSString *)bundleName; - -// The story board to load from. nil if from a nib. -@property (nonnull, strong, nonatomic) NSString *storyBoard; - -// The identifier of the view controller in the story board. nil if from a nib. -@property (nonnull, strong, nonatomic) NSString *storyBoardIdentifier; - -// The bundle where the storyboard is located. -@property (nonnull, strong, nonatomic) NSString *bundleName; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewManagerProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewManagerProtocol.h deleted file mode 100644 index b9ab523..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewManagerProtocol.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// MVMCoreViewManagerProtocol.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/22/17. -// Copyright © 2017 myverizon. All rights reserved. -// -// A protocol for custom view managers. - -#import - -@protocol MVMCoreViewManagerProtocol - -// Return the current view controller showing -- (nonnull UIViewController *)getCurrentViewController; - -// Returns if the manage currently contains the page with the page type. -- (BOOL)containsPageWithPageType:(nullable NSString *)pageType; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewManagerViewControllerProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewManagerViewControllerProtocol.h deleted file mode 100644 index 70b8c4b..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewManagerViewControllerProtocol.h +++ /dev/null @@ -1,29 +0,0 @@ -// -// MVMCoreViewManagerViewControllerProtocol.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 7/25/18. -// Copyright © 2018 myverizon. All rights reserved. -// -// A protocol for view controllers that can be added to a view manager. - -#import - -@protocol MVMCoreViewManagerViewControllerProtocol - -@optional - -// Reference to the manager -@property (nullable, weak, nonatomic) UIViewController *manager; - -// Notifies the view controller that it can be ready (usually means that it's committed to the screen). -- (void)viewControllerReadyInManager:(nonnull NSObject *)manager; - -// Notifies the current showing view controller that the manager is disappearing. -- (void)managerWillDisappear:(nonnull NSObject *)manager; - -// Manager can check if the view controller does not want to be cached. You should be following proper caching techniques (caching, updating when needed, deleting when needed), so this should be a last resort. -- (BOOL)shouldCacheInManager; - -@end - diff --git a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewProtocol.h b/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewProtocol.h deleted file mode 100644 index 89a98f5..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/MVMCoreViewProtocol.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// MVMCoreViewProtocol.h -// MVMCore -// -// Created by Pfeil, Scott Robert on 11/22/17. -// Copyright © 2017 myverizon. All rights reserved. -// -#import - -@protocol MVMCoreViewProtocol - -// Updates the ui to fit the right size. -- (void)updateView:(CGFloat)size; - -@optional - -// Can setup ui here. Should be called in the initialization functions. -- (void)setupView; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/NSArray+MFConvenience.h b/SharedFrameworks/MVMCore.framework/Headers/NSArray+MFConvenience.h deleted file mode 100644 index 8fb9036..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/NSArray+MFConvenience.h +++ /dev/null @@ -1,46 +0,0 @@ -// -// NSArray+MFConvenience.h -// myverizon -// -// Created by Scott Pfeil on 12/5/13. -// Copyright (c) 2013 Verizon Wireless. All rights reserved. -// -// Adds frequently used convenience methods to NSArray. - -#import -#import - -@interface NSArray (MFConvenience) - -// Gets the object from the array and verfies that it is of a given type. -- (nullable id)objectAtIndex:(NSUInteger)index ofType:(nonnull Class)type; - -// shorthand for objectAtIndex -- (nullable NSString *)optionalStringAtIndex:(NSUInteger)index; -- (nullable NSDictionary *)dictionaryAtIndex:(NSUInteger)index; -- (nullable NSArray *)arrayAtIndex:(NSUInteger)index; -- (BOOL)boolAtIndex:(NSUInteger)index; -- (NSInteger)integerAtIndex:(NSUInteger)index; -- (CGFloat)floatAtIndex:(NSUInteger)index; -- (double)doubleAtIndex:(NSUInteger)index; - -// Gets an object that is nested using a series of keys or indexes to reach it. -// All keys should be of type NSString and is used for nested dictionaries. -// All indexes should be of type NSNumber and is used for nested arrays. -// Root object should be either a NSDictionary or NSArray. -- (nullable id)objectChainOfIndexesOrKeys:(nonnull NSArray *)indexesOrKeys; - -// Gets an object that is nested using a series of keys or indexes to reach it and verifies it is of a specific type. -// See objectChainOfIndexesOrKeys -- (nullable id)objectChainOfIndexesOrKeys:(nonnull NSArray *)indexesOrKeys ofType:(nonnull Class)type; - -// Gets the string object at a given index. Returns empty string if object at index is not a valid string. -- (nonnull NSString *)stringAtIndex:(NSUInteger)index; - -// Maps this array to a new array of T objects given a conversion block. Objective-C implementation of Swift's map. https://developer.apple.com/documentation/swift/array/2908681-map -- (nonnull NSArray *)map:(id _Nonnull (^_Nonnull)(id _Nonnull obj))mapBlock; -- (nonnull NSArray *)filter:(BOOL (^_Nonnull)(id _Nonnull obj))block; -- (nonnull id)reduce:(id _Nonnull)initial block:(id _Nonnull (^_Nonnull)(id _Nonnull obj1,id _Nonnull obj2))block; -- (nonnull NSArray *)flatMap:(id _Nonnull (^_Nonnull)(id _Nonnull obj))block; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/NSDecimalNumber+MFConvenience.h b/SharedFrameworks/MVMCore.framework/Headers/NSDecimalNumber+MFConvenience.h deleted file mode 100644 index 86f7006..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/NSDecimalNumber+MFConvenience.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// NSDecimalNumber+MFConvenience.h -// mobilefirst -// -// Created by Yang, Tianhang (Chris) on 10/5/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import - -@interface NSDecimalNumber (MFConvenience) - -//function to prevent iphone 5 crash when using default decimalNumberWithString function -+ (nullable NSDecimalNumber *)mfDecimalNumberWithString:(nullable NSString *)numberValue; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/NSDictionary+MFConvenience.h b/SharedFrameworks/MVMCore.framework/Headers/NSDictionary+MFConvenience.h deleted file mode 100644 index b6db9fb..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/NSDictionary+MFConvenience.h +++ /dev/null @@ -1,70 +0,0 @@ -// -// NSNSDictionary+Convenience.h -// myverizon -// -// Created by Scott Pfeil on 11/12/13. -// Copyright (c) 2013 Verizon Wireless. All rights reserved. -// -// Adds frequently used convenience methods to NSDictionary. - -#import -#import - -@interface NSDictionary (MFConvenience) - -// Gets the object from the dictionary and verfies that it is of a given type. -- (nullable id)objectForKey:(nonnull id)key ofType:(nonnull Class)type; - -// shorthand for objectForKey -- (nullable NSString *)string:(nonnull id)key; -- (nullable id)dict:(nonnull id)key; -- (nullable id)array:(nonnull id)key; -- (BOOL)boolForKey:(nonnull id)key; -- (NSInteger)integer:(nonnull id)key; -- (CGFloat)floatForKey:(nonnull id)key; -- (double)doubleForKey:(nonnull id)key; -- (nullable NSNumber *)optionalNumberForKey:(nonnull id)key; - -// Not strict, can accept either string or boolean. -- (BOOL)lenientBoolForKey:(nonnull id)key; - -// Gets an object that is nested using a series of keys or indexes to reach it. -// All keys should be of type NSString and is used for nested dictionaries. -// All indexes should be of type NSNumber and is used for nested arrays. -// Root object should be either a NSDictionary or NSArray. -- (nullable id)objectChainOfKeysOrIndexes:(nonnull NSArray *)keysOrIndexes; - -// Gets an object that is nested using a series of keys or indexes to reach it and verifies it is of a specific type. -// See objectChainOfKeysOrIndexes -- (nullable id)objectChainOfKeysOrIndexes:(nonnull NSArray *)keysOrIndexes ofType:(nonnull Class)type; - -// Returns array or nil -// See objectChainOfKeysOrIndexes -- (nullable NSArray *)arrayForChainOfKeysOrIndexes:(nonnull NSArray *)keysOrIndexes; - -// Returns dictionary or nil. -// See objectChainOfKeysOrIndexes -- (nullable NSDictionary *)dictWithChainOfKeysOrIndexes:(nonnull NSArray *)keysOrIndexes; - -// Returns a non-nil dictionary, Can be used if trying to add dictionary object to a dictionary or array -// See objectChainOfKeysOrIndexes -- (nonnull NSDictionary *)dictionaryWithChainOfKeysOrIndexes:(nonnull NSArray *)keysOrIndexes; - -// Gets string that is nested using a series of keys or indexes to reach it. -// See objectChainOfKeysOrIndexes -- (nonnull NSString *)stringForChainOfKeysOrIndexes:(nonnull NSArray *)keysOrIndexes; - -// Gets the string object for a given key. Returns empty string if object for key is not a valid string. -- (nonnull NSString *)stringForKey:(nonnull NSString *)key; - -// Gets the dictionary object for a given key. Returns empty dictionary if object for key is not a valid dictionary. -- (nonnull NSDictionary *)dictionaryForKey:(nonnull NSString *)key; - -// Gets the array object for a given key. Returns empty array if object for key is not a valid array. -- (nonnull NSArray *)arrayForKey:(nonnull NSString *)key; - -// Gets bool that is nested using a series of keys or indexes to reach it. -// See objectChainOfKeysOrIndexes -- (BOOL)boolForChainOfKeysOrIndexes:(nonnull NSArray *)keysOrIndexes; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/UIFont+MFSpacing.h b/SharedFrameworks/MVMCore.framework/Headers/UIFont+MFSpacing.h deleted file mode 100644 index db3c32c..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/UIFont+MFSpacing.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// UIFont+UIFont_Spacing.h -// mobilefirst -// -// Created by Yang, Tianhang (Chris) on 7/19/17. -// Copyright © 2017 Verizon Wireless. All rights reserved. -// - -#import - -@interface UIFont (MFSpacing) - -- (nonnull UIFont *)monospacedDigitFont; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Headers/UILabel+MFCustom.h b/SharedFrameworks/MVMCore.framework/Headers/UILabel+MFCustom.h deleted file mode 100644 index c40a313..0000000 --- a/SharedFrameworks/MVMCore.framework/Headers/UILabel+MFCustom.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// UILabel+MFCustom.h -// myverizon -// -// Created by Chris Yang on 2/1/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import - -@interface UILabel (MFCustom) - -- (CGRect)boundingRectForCharacterRange:(NSRange)range; - -@end diff --git a/SharedFrameworks/MVMCore.framework/Info.plist b/SharedFrameworks/MVMCore.framework/Info.plist deleted file mode 100644 index 11aa73c..0000000 Binary files a/SharedFrameworks/MVMCore.framework/Info.plist and /dev/null differ diff --git a/SharedFrameworks/MVMCore.framework/MVMCore b/SharedFrameworks/MVMCore.framework/MVMCore deleted file mode 100755 index e26c2d0..0000000 Binary files a/SharedFrameworks/MVMCore.framework/MVMCore and /dev/null differ diff --git a/SharedFrameworks/MVMCore.framework/Modules/MVMCore.swiftmodule/x86_64.swiftdoc b/SharedFrameworks/MVMCore.framework/Modules/MVMCore.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index f4aa091..0000000 Binary files a/SharedFrameworks/MVMCore.framework/Modules/MVMCore.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/SharedFrameworks/MVMCore.framework/Modules/MVMCore.swiftmodule/x86_64.swiftmodule b/SharedFrameworks/MVMCore.framework/Modules/MVMCore.swiftmodule/x86_64.swiftmodule deleted file mode 100644 index cb92842..0000000 Binary files a/SharedFrameworks/MVMCore.framework/Modules/MVMCore.swiftmodule/x86_64.swiftmodule and /dev/null differ diff --git a/SharedFrameworks/MVMCore.framework/Modules/module.modulemap b/SharedFrameworks/MVMCore.framework/Modules/module.modulemap deleted file mode 100644 index 438941f..0000000 --- a/SharedFrameworks/MVMCore.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module MVMCore { - umbrella header "MVMCore.h" - - export * - module * { export * } -} - -module MVMCore.Swift { - header "MVMCore-Swift.h" - requires objc -} diff --git a/SharedFrameworks/MVMCore.framework/_CodeSignature/CodeResources b/SharedFrameworks/MVMCore.framework/_CodeSignature/CodeResources deleted file mode 100644 index 199fe6b..0000000 --- a/SharedFrameworks/MVMCore.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,1173 +0,0 @@ - - - - - files - - Headers/MFFreebeeHandler.h - - nvAP+cnXuKgIrYHGzYVOuZY6G50= - - Headers/MVMCore-Swift.h - - ikh9Xtb36CpO+4RHyqgqEDvcUWg= - - Headers/MVMCore.h - - NfIioeffVxX8XTBbRWk7ye5fTcc= - - Headers/MVMCoreActionDelegateProtocol.h - - aBl3/05UxDT/ZkK0jD//FPs0mgA= - - Headers/MVMCoreActionHandler.h - - RXpNpd9hptgNIc+3FEKABxuw7v4= - - Headers/MVMCoreActionUtility.h - - ZrhpX9eg1i53TLd7GF0dT4Qs7XM= - - Headers/MVMCoreAlertController.h - - P+c2YDlggXEcFeIV70L4mKNEOUQ= - - Headers/MVMCoreAlertDelegateProtocol.h - - oXdKFRTsJLTcOi9kHopEaKSaOPc= - - Headers/MVMCoreAlertHandler.h - - 1CrdJVRGMsZJt760W/6P/bf0b2k= - - Headers/MVMCoreAlertObject.h - - ily9sg7kgiRieTPLw6t9+suCt2o= - - Headers/MVMCoreAlertOperation.h - - zK22anxIDfofe4r650BnfdpTeb0= - - Headers/MVMCoreBlockOperation.h - - IveaZWkvIEdboOYfDQ2xChz8jvE= - - Headers/MVMCoreCache.h - - chCpVEzFS/VG1z70qrKLytSBAIU= - - Headers/MVMCoreConstants.h - - nieDkXtbxCrVx76GzJKME9xqqF8= - - Headers/MVMCoreDismissViewControllerOperation.h - - XPFiGuOlExWlBzjtA/EWC1Rf3rQ= - - Headers/MVMCoreDispatchUtility.h - - YJsw47Ds5rElBPGLXUZvNJatuA8= - - Headers/MVMCoreErrorConstants.h - - KqOR1UD7NMhNb3CIYKygMxSleMY= - - Headers/MVMCoreErrorObject.h - - X9EJHD5w5cKUSXDQsvFR3Plvnfo= - - Headers/MVMCoreGetterUtility.h - - oC/absjK9FMbELXj060eri3t4VQ= - - Headers/MVMCoreGlobalLoadProtocol.h - - buizNx88feS48QBGXXGIHYZi4WE= - - Headers/MVMCoreGlobalTopAlertDelegateProtocol.h - - sHt8BewqQtWlXV+3u2Yt5FoH+Yg= - - Headers/MVMCoreHardcodedStringsConstants.h - - HCyCptTfHm6JiXcqN5crDsbWIbM= - - Headers/MVMCoreJSONConstants.h - - J8KMfOLciJS6oz3VhsM0XWDMhok= - - Headers/MVMCoreLoadDelegateProtocol.h - - eXXwRk30TQXOkXdiwR3LmaFLVBU= - - Headers/MVMCoreLoadHandler.h - - KdtJCdFWCCEUa+AMrI1lnIxE0c4= - - Headers/MVMCoreLoadObject.h - - TJRnOK0wazAdrfC6dX20zYyukzU= - - Headers/MVMCoreLoadRequestOperation.h - - k8eZ8lm5Y5pIGOHVYDWa++GNen8= - - Headers/MVMCoreLoadingOverlayDelegateProtocol.h - - M62jIUApntMeiFS8VAtnhSASYmY= - - Headers/MVMCoreLoadingOverlayHandler.h - - xgD5vqVNmyjBxznEZa7NyBTHtYw= - - Headers/MVMCoreLoadingViewControllerProtocol.h - - bdMzcp4nIq8xdp94nVxZS9/UJLA= - - Headers/MVMCoreLoggingDelegateProtocol.h - - RyivVKtX691EREgUCty+DDxL4Ko= - - Headers/MVMCoreLoggingHandler.h - - zBdWVVzPXvNMDzixgNEJAy+Qx5I= - - Headers/MVMCoreNavigationHandler.h - - IdrI+cbyuipXl6CUuAL4fFcIzNs= - - Headers/MVMCoreNavigationObject.h - - AN2gTtxVbcIZ9aVia63ijjuUUVA= - - Headers/MVMCoreNavigationOperation.h - - tCqIVQWqImFy8biQ9arEeKnczOw= - - Headers/MVMCoreObject.h - - ZdpITJ2SUME89BJt4jLQuJNbUL4= - - Headers/MVMCoreOperation.h - - 2VIy7ekjp+jMkAEuR/VUoXRs/xk= - - Headers/MVMCorePresentAnimationOperation.h - - 1RC7hNrYXDIH44gXI9xm8NoHpLA= - - Headers/MVMCorePresentViewControllerOperation.h - - Fzrs8FypItfYb0ewdPCaCOK5C1o= - - Headers/MVMCorePresentationDelegateProtocol.h - - W7oNwA4pFL1V+RaGbjmjHTIp1qg= - - Headers/MVMCoreRequestParameters.h - - MiWmjR8PTYAfREEzCJrou5hvxHc= - - Headers/MVMCoreSessionObject.h - - iQSRVko8MUdZzp1xucH4VBODn+4= - - Headers/MVMCoreSessionTimeHandler.h - - Pbv5AkSfMCBgEy9DM85OYuuxVBY= - - Headers/MVMCoreTopAlertAnimationDelegateProtocol.h - - NKdtV0buIBiyeqEgf3vjxUyznt4= - - Headers/MVMCoreTopAlertDelegateProtocol.h - - 6BhUuildQdgak1on+DNfjcJPhXs= - - Headers/MVMCoreTopAlertObject.h - - 3VgCs/2cStF90xFWKQDi0FEMKIA= - - Headers/MVMCoreTopAlertOperation.h - - SRJmd8fqf+g2SiZ5W9/qFzsDUO8= - - Headers/MVMCoreTopAlertViewProtocol.h - - FoDOcDme0vW5h5GaVmOCH1uHZ2E= - - Headers/MVMCoreViewControllerAnimatedTransitioning.h - - 1vYWedKH+I1zSCya/jjaljiEf1U= - - Headers/MVMCoreViewControllerMappingObject.h - - kg2i6trcPyyg5vCqm8rFVqmRaHk= - - Headers/MVMCoreViewControllerNibMappingObject.h - - rlXyT1xmy9YbDu/rPvqzzlMK1r4= - - Headers/MVMCoreViewControllerProgrammaticMappingObject.h - - 45J93l8kGnON90PYnltovhyFkJY= - - Headers/MVMCoreViewControllerProtocol.h - - y0awwtFEea5LdnBkyK83Im7S7Zo= - - Headers/MVMCoreViewControllerStoryBoardMappingObject.h - - r3aBppN0vKpCHWIzoB/RgL4YTY0= - - Headers/MVMCoreViewManagerProtocol.h - - 1d6YqUg1F8rgFMA8cnAmM/+i/IQ= - - Headers/MVMCoreViewManagerViewControllerProtocol.h - - 1InYXAK3s+jkMvyUPvZdIO+FAC0= - - Headers/MVMCoreViewProtocol.h - - tmllM4xwWp8JAuHGHRBL1WqJXu0= - - Headers/NSArray+MFConvenience.h - - 2twKYDfp4yMpehSjN0fv1PRXwnU= - - Headers/NSDecimalNumber+MFConvenience.h - - KC5fDGGHTtiUrswHv7EMMMwcayc= - - Headers/NSDictionary+MFConvenience.h - - bwx9rbbUXFRshbVWCoImRGGCoic= - - Headers/UIFont+MFSpacing.h - - nudG4NGeaR2Tat8Vb7TjJrTBeqY= - - Headers/UILabel+MFCustom.h - - LgS8kHgfh9Go9i0TD5v+ASzlwWs= - - Info.plist - - yRuK9u+aypSzkQdVCQxVO1vlC9E= - - Modules/MVMCore.swiftmodule/x86_64.swiftdoc - - YGkKXbHIrGVwfdaIjJljbgMxGuY= - - Modules/MVMCore.swiftmodule/x86_64.swiftmodule - - 48hYunFDN6MZiECE4ntckEiww0A= - - Modules/module.modulemap - - ED/VRftFYfbgrdXCFmG/NAIutVc= - - en.lproj/Localizable.strings - - hash - - LNFojZiD485vvXAIH47mVja4KQc= - - optional - - - es-MX.lproj/Localizable.strings - - hash - - cKSb/j4CeTCA8MMYkIIVJmCWu8g= - - optional - - - es.lproj/Localizable.strings - - hash - - cKSb/j4CeTCA8MMYkIIVJmCWu8g= - - optional - - - freebee.json - - gdMjj9u9+mjceOTrihQMiBc52Lw= - - freebeelaunchApp.json - - aQ64t1Oyb5bP0qBkoaRz/iKrGRc= - - - files2 - - Headers/MFFreebeeHandler.h - - hash - - nvAP+cnXuKgIrYHGzYVOuZY6G50= - - hash2 - - 3Q25UHMh0XdPYeWVzaRylfKUFg5MwO01/83t8tytYrU= - - - Headers/MVMCore-Swift.h - - hash - - ikh9Xtb36CpO+4RHyqgqEDvcUWg= - - hash2 - - ihItTnDGEscoENUiOFKLv4wKU+u46iWCD4Uw4B/XHeM= - - - Headers/MVMCore.h - - hash - - NfIioeffVxX8XTBbRWk7ye5fTcc= - - hash2 - - 5xF6wYO0tHQZwcz5VIEAGYgEOw5TPm9JBQuCh6JeLlw= - - - Headers/MVMCoreActionDelegateProtocol.h - - hash - - aBl3/05UxDT/ZkK0jD//FPs0mgA= - - hash2 - - 0XCMwGbqfUY95aQeNjdCXKdY4tDolI1f7W+HEEeBNHI= - - - Headers/MVMCoreActionHandler.h - - hash - - RXpNpd9hptgNIc+3FEKABxuw7v4= - - hash2 - - E3ufdQtP95LyzOqRVxRaXHKJHeLHl6nWTPw9Q7QhUcQ= - - - Headers/MVMCoreActionUtility.h - - hash - - ZrhpX9eg1i53TLd7GF0dT4Qs7XM= - - hash2 - - LLD9AvOzZhv1qcWbFa4dKE9I4ve/Q2YTZBYG0qeSq70= - - - Headers/MVMCoreAlertController.h - - hash - - P+c2YDlggXEcFeIV70L4mKNEOUQ= - - hash2 - - f6DXRNIFNyYzfB91G4VBfDohPqgxEOhOfTKj2Imo0f8= - - - Headers/MVMCoreAlertDelegateProtocol.h - - hash - - oXdKFRTsJLTcOi9kHopEaKSaOPc= - - hash2 - - ifr0s/qZcPakFr+AJhDqeNXKtAe+4cdMPx10Cni+nTM= - - - Headers/MVMCoreAlertHandler.h - - hash - - 1CrdJVRGMsZJt760W/6P/bf0b2k= - - hash2 - - piD0tl5IF7T2FjfUE5W6WJZW6bQvZl5hdcKWklTtp4U= - - - Headers/MVMCoreAlertObject.h - - hash - - ily9sg7kgiRieTPLw6t9+suCt2o= - - hash2 - - zNt8AQW2ZOQC/VPuGbSojkULkHRxqTA65HC8hg+bwXk= - - - Headers/MVMCoreAlertOperation.h - - hash - - zK22anxIDfofe4r650BnfdpTeb0= - - hash2 - - n4nlSfwfnQFkDf701+kfGOiApDNfzxmNBa8LPguXAL4= - - - Headers/MVMCoreBlockOperation.h - - hash - - IveaZWkvIEdboOYfDQ2xChz8jvE= - - hash2 - - UPmz79PvsFuL1scrHJ9TDxPBvqnZRt0Of3fix0Kqzno= - - - Headers/MVMCoreCache.h - - hash - - chCpVEzFS/VG1z70qrKLytSBAIU= - - hash2 - - 9jT93zgEhMpYH0JZhDdp+RsLoCz/isiDyKm3n31j47Q= - - - Headers/MVMCoreConstants.h - - hash - - nieDkXtbxCrVx76GzJKME9xqqF8= - - hash2 - - RUhmKPaQ2ayz5Zrg9NUIel0ZPiwB19sMe0dKtHq6R5Q= - - - Headers/MVMCoreDismissViewControllerOperation.h - - hash - - XPFiGuOlExWlBzjtA/EWC1Rf3rQ= - - hash2 - - uIx8yNIcHcGo3MMorMyVJysAoBr7dwDc0nrC05/4Iy0= - - - Headers/MVMCoreDispatchUtility.h - - hash - - YJsw47Ds5rElBPGLXUZvNJatuA8= - - hash2 - - ryXxpoyyS46pJ0f6ATkVmbRuGf2Ugkosxex5XxpxrO8= - - - Headers/MVMCoreErrorConstants.h - - hash - - KqOR1UD7NMhNb3CIYKygMxSleMY= - - hash2 - - DYk9d+kGdrkj5Dh6r5zL5GQBvhjsD2Zafm0HecnGB8M= - - - Headers/MVMCoreErrorObject.h - - hash - - X9EJHD5w5cKUSXDQsvFR3Plvnfo= - - hash2 - - THxfhW8cZuACPkVPZN8aKwKNxAkAli9cTjLKucnwtts= - - - Headers/MVMCoreGetterUtility.h - - hash - - oC/absjK9FMbELXj060eri3t4VQ= - - hash2 - - YRFX7BQIVtXnNnV53gTxaovSeJ5vghfNk/BMLuqyWes= - - - Headers/MVMCoreGlobalLoadProtocol.h - - hash - - buizNx88feS48QBGXXGIHYZi4WE= - - hash2 - - OYAOPQGJ07zytL0D067OA9HIbvIiwqMYi+QtEeIEV+8= - - - Headers/MVMCoreGlobalTopAlertDelegateProtocol.h - - hash - - sHt8BewqQtWlXV+3u2Yt5FoH+Yg= - - hash2 - - o7v/m4XHMRcfQcXFp25b/uNRwY8tjqOgGFXPCG5UDDw= - - - Headers/MVMCoreHardcodedStringsConstants.h - - hash - - HCyCptTfHm6JiXcqN5crDsbWIbM= - - hash2 - - NZe1ynbUnsJNnguVJD6kOk7FlqE2AmdMTwqN30DBwTo= - - - Headers/MVMCoreJSONConstants.h - - hash - - J8KMfOLciJS6oz3VhsM0XWDMhok= - - hash2 - - /wNEOTGPuowGwgzLKU3eSHb4lwANkCHlYZq8gXuPg7s= - - - Headers/MVMCoreLoadDelegateProtocol.h - - hash - - eXXwRk30TQXOkXdiwR3LmaFLVBU= - - hash2 - - tjATURwHqpsD8+6MpfeaYh2N4VWuIJ6Mq52vzZEh54Q= - - - Headers/MVMCoreLoadHandler.h - - hash - - KdtJCdFWCCEUa+AMrI1lnIxE0c4= - - hash2 - - cLpb3RMME02AlpKRO127qwIGaV9UhcpEO/rn+gOKwzA= - - - Headers/MVMCoreLoadObject.h - - hash - - TJRnOK0wazAdrfC6dX20zYyukzU= - - hash2 - - Mm4KZKDLJBS2LYMx1nmFZcwUtmKwEA3u2VYHodUd09M= - - - Headers/MVMCoreLoadRequestOperation.h - - hash - - k8eZ8lm5Y5pIGOHVYDWa++GNen8= - - hash2 - - CUrx9Us1tw1ZCMODcX3eKFHpwi+pEsVnQRQ9hco89IE= - - - Headers/MVMCoreLoadingOverlayDelegateProtocol.h - - hash - - M62jIUApntMeiFS8VAtnhSASYmY= - - hash2 - - X/0datCJsy1AUi9erbsIzAm3MVXchzaKZ6TfpoLPKug= - - - Headers/MVMCoreLoadingOverlayHandler.h - - hash - - xgD5vqVNmyjBxznEZa7NyBTHtYw= - - hash2 - - iNOQRQnK3YpBCFgSCn+0ngCeXrMW2FovShEZRFexPdw= - - - Headers/MVMCoreLoadingViewControllerProtocol.h - - hash - - bdMzcp4nIq8xdp94nVxZS9/UJLA= - - hash2 - - n+XFa5ku47OxuPqk+J8dU9bLmUJz5S5Rer0CnAnReus= - - - Headers/MVMCoreLoggingDelegateProtocol.h - - hash - - RyivVKtX691EREgUCty+DDxL4Ko= - - hash2 - - TbuekJKOgB7yv0whyqkyVGVwaDDmu04iJBryk2r0F2U= - - - Headers/MVMCoreLoggingHandler.h - - hash - - zBdWVVzPXvNMDzixgNEJAy+Qx5I= - - hash2 - - N7XmdlIg/6DHzJ0/1ECNcSfYNPqV/13c+/ja6S3KYuc= - - - Headers/MVMCoreNavigationHandler.h - - hash - - IdrI+cbyuipXl6CUuAL4fFcIzNs= - - hash2 - - kauWbJgzJnUZhtD9G9mRZdjFLRHrHUPm3b+HElrpouU= - - - Headers/MVMCoreNavigationObject.h - - hash - - AN2gTtxVbcIZ9aVia63ijjuUUVA= - - hash2 - - gH+7LFr9TT36pir0KfCCZfbomSb1vVX44F/g5o6aohc= - - - Headers/MVMCoreNavigationOperation.h - - hash - - tCqIVQWqImFy8biQ9arEeKnczOw= - - hash2 - - wwSxL6PgtNzrTCz0Ts0ZGoqdh1jTACmNjq4kQXONnm8= - - - Headers/MVMCoreObject.h - - hash - - ZdpITJ2SUME89BJt4jLQuJNbUL4= - - hash2 - - hF6ae2Dea8VN3z3apv1I1jIFIDGsI7G3eO/wyYbIMPw= - - - Headers/MVMCoreOperation.h - - hash - - 2VIy7ekjp+jMkAEuR/VUoXRs/xk= - - hash2 - - Uxw9FaJcYxqv4uc1Muwq2F+ORmzwk6zmY5xUsUrcTm4= - - - Headers/MVMCorePresentAnimationOperation.h - - hash - - 1RC7hNrYXDIH44gXI9xm8NoHpLA= - - hash2 - - AxrfD3vWjufsGPXftORpqQKCmLe7oZhnbc28xKWFisk= - - - Headers/MVMCorePresentViewControllerOperation.h - - hash - - Fzrs8FypItfYb0ewdPCaCOK5C1o= - - hash2 - - ESKgt9WdtbPO0Wa42kDWDxpEGfdYembA5zcQLllFXuE= - - - Headers/MVMCorePresentationDelegateProtocol.h - - hash - - W7oNwA4pFL1V+RaGbjmjHTIp1qg= - - hash2 - - PqCfW8wLWFjk4kppPwhYl1BHW2eM+24jpljpKMy+Lhw= - - - Headers/MVMCoreRequestParameters.h - - hash - - MiWmjR8PTYAfREEzCJrou5hvxHc= - - hash2 - - hvdDldswWmW5BWVzFOUg2bjLvMBHLXkCHNaXN8tJKe0= - - - Headers/MVMCoreSessionObject.h - - hash - - iQSRVko8MUdZzp1xucH4VBODn+4= - - hash2 - - 1ZkRY1i451rKva0UkG4AeSj0isVXTlRLNv0wkz4/QMY= - - - Headers/MVMCoreSessionTimeHandler.h - - hash - - Pbv5AkSfMCBgEy9DM85OYuuxVBY= - - hash2 - - zJPaVJTIeQcgHdBTgvLqnJkvDNK5SwCvax5YAjWGa1s= - - - Headers/MVMCoreTopAlertAnimationDelegateProtocol.h - - hash - - NKdtV0buIBiyeqEgf3vjxUyznt4= - - hash2 - - Ow63hUs1Ei0hK6fx7km8hUVt4x5zMyEBLy2KYtGQImg= - - - Headers/MVMCoreTopAlertDelegateProtocol.h - - hash - - 6BhUuildQdgak1on+DNfjcJPhXs= - - hash2 - - pFSJZQbAVEAPBTEXqtX/OVdHDlojAR2YnOR1lsDIkKs= - - - Headers/MVMCoreTopAlertObject.h - - hash - - 3VgCs/2cStF90xFWKQDi0FEMKIA= - - hash2 - - wVl/g/7SV2SVvltGLhgECqL/AysCMARZNTkODscSaa8= - - - Headers/MVMCoreTopAlertOperation.h - - hash - - SRJmd8fqf+g2SiZ5W9/qFzsDUO8= - - hash2 - - 5wdTnWq3xaew3cgpLdAOXVkgkoZQAiLLXNRseQbsLtk= - - - Headers/MVMCoreTopAlertViewProtocol.h - - hash - - FoDOcDme0vW5h5GaVmOCH1uHZ2E= - - hash2 - - WKxplCK7DA3gnc8qJCOuPtvK/B9f0isNnOCxneGylk0= - - - Headers/MVMCoreViewControllerAnimatedTransitioning.h - - hash - - 1vYWedKH+I1zSCya/jjaljiEf1U= - - hash2 - - duOzMmvrRBREa4tCjXjokFVCizveP3oFUQJ73cF3vvE= - - - Headers/MVMCoreViewControllerMappingObject.h - - hash - - kg2i6trcPyyg5vCqm8rFVqmRaHk= - - hash2 - - vtWmta0OcMlW/1NTMNncqLHL81HmCsx3fsX7EHxWUxA= - - - Headers/MVMCoreViewControllerNibMappingObject.h - - hash - - rlXyT1xmy9YbDu/rPvqzzlMK1r4= - - hash2 - - z4dwmU5aEpj088NuQwg+IesP70OPbYrrQY+zp+SzubU= - - - Headers/MVMCoreViewControllerProgrammaticMappingObject.h - - hash - - 45J93l8kGnON90PYnltovhyFkJY= - - hash2 - - 9pPh2UfXrXNFnX9cWMV8P0oa/66H6WHNYP8J2EghyV0= - - - Headers/MVMCoreViewControllerProtocol.h - - hash - - y0awwtFEea5LdnBkyK83Im7S7Zo= - - hash2 - - S+NIPldQwxbTsrtWz/AH39n00wXfGXdo/N/MiAla7Kk= - - - Headers/MVMCoreViewControllerStoryBoardMappingObject.h - - hash - - r3aBppN0vKpCHWIzoB/RgL4YTY0= - - hash2 - - NSbwvNqVNRhMYfD4PwSYcSdarySfi9vJ5EYGpQ2UIZc= - - - Headers/MVMCoreViewManagerProtocol.h - - hash - - 1d6YqUg1F8rgFMA8cnAmM/+i/IQ= - - hash2 - - jQ1Zzk33xy7w2Bq3bBNJpadvBRyk8HfqPuq0SSNvTmk= - - - Headers/MVMCoreViewManagerViewControllerProtocol.h - - hash - - 1InYXAK3s+jkMvyUPvZdIO+FAC0= - - hash2 - - aJf4cUU3iYH8sONcecwHgglnXmt+ZVZSjtxPGxO6Xuc= - - - Headers/MVMCoreViewProtocol.h - - hash - - tmllM4xwWp8JAuHGHRBL1WqJXu0= - - hash2 - - lqoPF93z6DRpHMG35KN1gEYp9fdrWk8CpSG6a+aZU3s= - - - Headers/NSArray+MFConvenience.h - - hash - - 2twKYDfp4yMpehSjN0fv1PRXwnU= - - hash2 - - x9+Eex05hr4dBDNTwYPFLUXnmOLOx9uVuseUyDXeYvM= - - - Headers/NSDecimalNumber+MFConvenience.h - - hash - - KC5fDGGHTtiUrswHv7EMMMwcayc= - - hash2 - - hZsIOwjZMhUic+B5kSSlXMF27VOa/3O6VNYclITzfcE= - - - Headers/NSDictionary+MFConvenience.h - - hash - - bwx9rbbUXFRshbVWCoImRGGCoic= - - hash2 - - M32Ft53iVVkTcCM29laPl1Yz4P5ZGO4Mx3MTb59hYK4= - - - Headers/UIFont+MFSpacing.h - - hash - - nudG4NGeaR2Tat8Vb7TjJrTBeqY= - - hash2 - - xTuGEynscexCFjZob2yASUjIYHm5AlM7iI/hkI0/WoQ= - - - Headers/UILabel+MFCustom.h - - hash - - LgS8kHgfh9Go9i0TD5v+ASzlwWs= - - hash2 - - fyr5q01NTh492gsQMM4O2bWdRPnLanvWqTBX7D9I62w= - - - Modules/MVMCore.swiftmodule/x86_64.swiftdoc - - hash - - YGkKXbHIrGVwfdaIjJljbgMxGuY= - - hash2 - - ClDtercdDsKt4bwJTlnAFIQGRcf522va2Khb4PE2oWU= - - - Modules/MVMCore.swiftmodule/x86_64.swiftmodule - - hash - - 48hYunFDN6MZiECE4ntckEiww0A= - - hash2 - - O2LJGccl6NDiM51xqFhghMB55txmBiGaZqIkVgvmb18= - - - Modules/module.modulemap - - hash - - ED/VRftFYfbgrdXCFmG/NAIutVc= - - hash2 - - XDVBjoNueHW6VN8djuVLaF/c5OUWRMGOcwxRIV+HNpw= - - - en.lproj/Localizable.strings - - hash - - LNFojZiD485vvXAIH47mVja4KQc= - - hash2 - - G16iz8QtyChYFJuRQbRvuq+l0YCFTEoDANHL/7GHXLw= - - optional - - - es-MX.lproj/Localizable.strings - - hash - - cKSb/j4CeTCA8MMYkIIVJmCWu8g= - - hash2 - - iOqcHwNHhfnc8Na7A4y2Z9uRkfXZCKM68GYcGsb+Uqg= - - optional - - - es.lproj/Localizable.strings - - hash - - cKSb/j4CeTCA8MMYkIIVJmCWu8g= - - hash2 - - iOqcHwNHhfnc8Na7A4y2Z9uRkfXZCKM68GYcGsb+Uqg= - - optional - - - freebee.json - - hash - - gdMjj9u9+mjceOTrihQMiBc52Lw= - - hash2 - - jrwrseaiwdKef3205fdqSLTkFZ1rt2G6+sFlN9MnaMI= - - - freebeelaunchApp.json - - hash - - aQ64t1Oyb5bP0qBkoaRz/iKrGRc= - - hash2 - - NeJOEcpF5By7Ta4SDMuIc3Wq82D1f469I2mtCjD9Hm4= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/SharedFrameworks/MVMCore.framework/en.lproj/Localizable.strings b/SharedFrameworks/MVMCore.framework/en.lproj/Localizable.strings deleted file mode 100644 index 5d98ab3..0000000 Binary files a/SharedFrameworks/MVMCore.framework/en.lproj/Localizable.strings and /dev/null differ diff --git a/SharedFrameworks/MVMCore.framework/es-MX.lproj/Localizable.strings b/SharedFrameworks/MVMCore.framework/es-MX.lproj/Localizable.strings deleted file mode 100644 index 6686679..0000000 Binary files a/SharedFrameworks/MVMCore.framework/es-MX.lproj/Localizable.strings and /dev/null differ diff --git a/SharedFrameworks/MVMCore.framework/es.lproj/Localizable.strings b/SharedFrameworks/MVMCore.framework/es.lproj/Localizable.strings deleted file mode 100644 index 6686679..0000000 Binary files a/SharedFrameworks/MVMCore.framework/es.lproj/Localizable.strings and /dev/null differ diff --git a/SharedFrameworks/MVMCore.framework/freebee.json b/SharedFrameworks/MVMCore.framework/freebee.json deleted file mode 100644 index 4ef3d8b..0000000 --- a/SharedFrameworks/MVMCore.framework/freebee.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "statusCode": 200, - "message": "Success", - "vidToken": "OAlTpG0WFQ_qKHdnjBQueUB_SjZk46rjTGxxSGppKd8=", - "sdAuthResp": [ - { - "urlId": "1", - "authRespCode": 1200, - "httpsProxyIP": "152.198.7.159", - "sdPort": 22779, - "sdUrl": "mobile-eqa6.vzw.com:443?vzSvc=OAlTpG0WFQ_qKHdnjBQueUB_SjZk46rjTGxxSGppKd8=&vispVzKey=44595039&vispIconFg=1&vispUsr=44595039:sNNHcJP2nYGtcuiCaVZcHQ==&vispAuthSid=CIAAACAKJwE&vispExpTime=1511370770&vispAuthKey=25858536&vispAuthSign=0.19._y9flLw7123TMhTcHUe7IVUmzJZK4MhC5kC3A6FTvXw", - "sdConfExpiry": 1512370770 - } - ] -} diff --git a/SharedFrameworks/MVMCore.framework/freebeelaunchApp.json b/SharedFrameworks/MVMCore.framework/freebeelaunchApp.json deleted file mode 100644 index 1635f8f..0000000 --- a/SharedFrameworks/MVMCore.framework/freebeelaunchApp.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "FreeBeeRollout": { - "ResponseInfo": { - "locale": "EN", - "type": "Success", - "code": "00000", - "message": "0", - "userMessage": "0" - }, - "authRequestTimeOut": "1", - "freeBeeEnabled": "Y", - "freeBeeData": { - "campaignToken": "CIAAIYAKqAE", - "authUrls": [ - { - "urlId": "1", - "authUrl": "mobile-eqa6.vzw.com:443" - } - ] - }, - "disabledModules": ["gridwall" - ], - "enabledPages": ["billOverview","myData","accountLanding", "deviceLanding" - ], - - "proxyServerUrl": "https://auth.svcs.verizon.com:22790/sd/v2/sdAuthorization/httpsProxy" - } -} diff --git a/SharedFrameworks/MVMCoreUI.framework/Assets.car b/SharedFrameworks/MVMCoreUI.framework/Assets.car deleted file mode 100644 index 229774a..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/Assets.car and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/ButtonDelegateProtocol.h b/SharedFrameworks/MVMCoreUI.framework/Headers/ButtonDelegateProtocol.h deleted file mode 100644 index 15fa137..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/ButtonDelegateProtocol.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// ButtonDelegateProtocol.h -// mobilefirst -// -// Created by Scott Pfeil on 2/25/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// -#import - -@protocol ButtonDelegateProtocol - -@optional - -// Called when the entered text becomes valid based on the validation block -- (BOOL)button:(nonnull NSObject *)button shouldPerformActionWithMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/FLAnimatedImage.h b/SharedFrameworks/MVMCoreUI.framework/Headers/FLAnimatedImage.h deleted file mode 100755 index cec4b5f..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/FLAnimatedImage.h +++ /dev/null @@ -1,84 +0,0 @@ -// -// FLAnimatedImage.h -// Flipboard -// -// Created by Raphael Schaad on 7/8/13. -// Copyright (c) 2013-2015 Flipboard. All rights reserved. -// - - -#import - -// Allow user classes conveniently just importing one header. -#import - - -#ifndef NS_DESIGNATED_INITIALIZER - #if __has_attribute(objc_designated_initializer) - #define NS_DESIGNATED_INITIALIZER __attribute((objc_designated_initializer)) - #else - #define NS_DESIGNATED_INITIALIZER - #endif -#endif - -extern const NSTimeInterval kFLAnimatedImageDelayTimeIntervalMinimum; - -// -// An `FLAnimatedImage`'s job is to deliver frames in a highly performant way and works in conjunction with `FLAnimatedImageView`. -// It subclasses `NSObject` and not `UIImage` because it's only an "image" in the sense that a sea lion is a lion. -// It tries to intelligently choose the frame cache size depending on the image and memory situation with the goal to lower CPU usage for smaller ones, lower memory usage for larger ones and always deliver frames for high performant play-back. -// Note: `posterImage`, `size`, `loopCount`, `delayTimes` and `frameCount` don't change after successful initialization. -// -@interface FLAnimatedImage : NSObject - -@property (nonatomic, strong, readonly) UIImage *posterImage; // Guaranteed to be loaded; usually equivalent to `-imageLazilyCachedAtIndex:0` -@property (nonatomic, assign, readonly) CGSize size; // The `.posterImage`'s `.size` - -@property (nonatomic, assign, readonly) NSUInteger loopCount; // 0 means repeating the animation indefinitely -@property (nonatomic, strong, readonly) NSDictionary *delayTimesForIndexes; // Of type `NSTimeInterval` boxed in `NSNumber`s -@property (nonatomic, assign, readonly) NSUInteger frameCount; // Number of valid frames; equal to `[.delayTimes count]` - -@property (nonatomic, assign, readonly) NSUInteger frameCacheSizeCurrent; // Current size of intelligently chosen buffer window; can range in the interval [1..frameCount] -@property (nonatomic, assign) NSUInteger frameCacheSizeMax; // Allow to cap the cache size; 0 means no specific limit (default) - -// Intended to be called from main thread synchronously; will return immediately. -// If the result isn't cached, will return `nil`; the caller should then pause playback, not increment frame counter and keep polling. -// After an initial loading time, depending on `frameCacheSize`, frames should be available immediately from the cache. -- (UIImage *)imageLazilyCachedAtIndex:(NSUInteger)index; - -// Pass either a `UIImage` or an `FLAnimatedImage` and get back its size -+ (CGSize)sizeForImage:(id)image; - -// On success, the initializers return an `FLAnimatedImage` with all fields initialized, on failure they return `nil` and an error will be logged. -- (instancetype)initWithAnimatedGIFData:(NSData *)data; -// Pass 0 for optimalFrameCacheSize to get the default, predrawing is enabled by default. -- (instancetype)initWithAnimatedGIFData:(NSData *)data optimalFrameCacheSize:(NSUInteger)optimalFrameCacheSize predrawingEnabled:(BOOL)isPredrawingEnabled NS_DESIGNATED_INITIALIZER; -+ (instancetype)animatedImageWithGIFData:(NSData *)data; - -@property (nonatomic, strong, readonly) NSData *data; // The data the receiver was initialized with; read-only - -@end - -typedef NS_ENUM(NSUInteger, FLLogLevel) { - FLLogLevelNone = 0, - FLLogLevelError, - FLLogLevelWarn, - FLLogLevelInfo, - FLLogLevelDebug, - FLLogLevelVerbose -}; - -@interface FLAnimatedImage (Logging) - -+ (void)setLogBlock:(void (^)(NSString *logString, FLLogLevel logLevel))logBlock logLevel:(FLLogLevel)logLevel; -+ (void)logStringFromBlock:(NSString *(^)(void))stringBlock withLevel:(FLLogLevel)level; - -@end - -#define FLLog(logLevel, format, ...) [FLAnimatedImage logStringFromBlock:^NSString *{ return [NSString stringWithFormat:(format), ## __VA_ARGS__]; } withLevel:(logLevel)] - -@interface FLWeakProxy : NSProxy - -+ (instancetype)weakProxyForObject:(id)targetObject; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/FLAnimatedImageView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/FLAnimatedImageView.h deleted file mode 100755 index c0d527a..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/FLAnimatedImageView.h +++ /dev/null @@ -1,36 +0,0 @@ -// -// FLAnimatedImageView.h -// Flipboard -// -// Created by Raphael Schaad on 7/8/13. -// Copyright (c) 2013-2015 Flipboard. All rights reserved. -// - - -#import - -@class FLAnimatedImage; -@protocol FLAnimatedImageViewDebugDelegate; - - -// -// An `FLAnimatedImageView` can take an `FLAnimatedImage` and plays it automatically when in view hierarchy and stops when removed. -// The animation can also be controlled with the `UIImageView` methods `-start/stop/isAnimating`. -// It is a fully compatible `UIImageView` subclass and can be used as a drop-in component to work with existing code paths expecting to display a `UIImage`. -// Under the hood it uses a `CADisplayLink` for playback, which can be inspected with `currentFrame` & `currentFrameIndex`. -// -@interface FLAnimatedImageView : UIImageView - -// Setting `[UIImageView.image]` to a non-`nil` value clears out existing `animatedImage`. -// And vice versa, setting `animatedImage` will initially populate the `[UIImageView.image]` to its `posterImage` and then start animating and hold `currentFrame`. -@property (nonatomic, strong) FLAnimatedImage *animatedImage; -@property (nonatomic, copy) void(^loopCompletionBlock)(NSUInteger loopCountRemaining); - -@property (nonatomic, strong, readonly) UIImage *currentFrame; -@property (nonatomic, assign, readonly) NSUInteger currentFrameIndex; - -// The animation runloop mode. Enables playback during scrolling by allowing timer events (i.e. animation) with NSRunLoopCommonModes. -// To keep scrolling smooth on single-core devices such as iPhone 3GS/4 and iPod Touch 4th gen, the default run loop mode is NSDefaultRunLoopMode. Otherwise, the default is NSDefaultRunLoopMode. -@property (nonatomic, copy) NSString *runLoopMode; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/LabelView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/LabelView.h deleted file mode 100644 index 8a0eb31..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/LabelView.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// LabelView.h -// myverizon -// -// Created by Scott Pfeil on 12/11/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// - -#import -#import -@class Label; - -@interface LabelView : ViewConstrainingView - -// Customize the label. -@property (nullable, weak, nonatomic) Label *label; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFButtonProtocol.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFButtonProtocol.h deleted file mode 100644 index eac3f69..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFButtonProtocol.h +++ /dev/null @@ -1,12 +0,0 @@ -// -// MFButtonProtocol.h -// mobilefirst -// -// Created by Yang, Tianhang (Chris) on 2/14/18. -// Copyright © 2018 Verizon Wireless. All rights reserved. -// - - -@protocol MFButtonProtocol - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFCustomButton.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFCustomButton.h deleted file mode 100644 index 9d08883..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFCustomButton.h +++ /dev/null @@ -1,46 +0,0 @@ -// -// UIButton+Custom.h -// myverizon -// -// Created by kamlesh on 1/8/15. -// Copyright (c) 2015 Verizon Wireless. All rights reserved. -// - -#import -@import MVMCore.MVMCoreActionDelegateProtocol; -#import -#import -#import -@class DelegateObject; - -typedef void (^ButtonTapBlock)(id _Nonnull sender); - -extern CGFloat const CloseButtonHeight; -extern CGFloat const CloseButtonWidth; - -@interface MFCustomButton : UIButton - -@property (nullable, nonatomic, strong) NSDictionary *actionMap; -@property (nullable, nonatomic, weak) id buttonDelegate; -@property (nullable, nonatomic, strong) NSLayoutConstraint *heightConstraint; - -// Adds a block to a button so it calls the block when pressed. -- (void)addBlock:(nonnull ButtonTapBlock)buttonTapBlock forControlEvents:(UIControlEvents)event; - -// Sets up the button with the passed in action map. Will set the title and set the action to use the action handler. -- (void)setWithActionMap:(nullable NSDictionary *)actionMap delegateObject:(nullable DelegateObject *)delegateObject additionalData:(nullable NSDictionary *)additionalData; - -//accessibility -- (void)addAccessibilityForCameraControl; - -- (nonnull UIAccessibilityCustomAction *)accessibilityCustomAction; - -#pragma mark - Deprecated - -// Sets up the button with the passed in action map. Will set the title and set the action to use the action handler. -- (void)setWithActionMap:(nullable NSDictionary *)actionMap delegate:(nullable NSObject *)delegate additionalData:(nullable NSDictionary *)additionalData __deprecated; - -// Sets up the button with the passed in action map. Will set the title and set the action to use the action handler. Also pass in the button delegate -- (void)setWithActionMap:(nullable NSDictionary *)actionMap actionDelegate:(nullable NSObject *)actionDelegate additionalData:(nullable NSDictionary *)additionalData buttonDelegate:(nullable id )buttonDelegate __deprecated; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFDigitTextBox.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFDigitTextBox.h deleted file mode 100644 index f1fe8d4..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFDigitTextBox.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// MFDigitTextBox.h -// mobilefirst -// -// Created by Scott Pfeil on 1/17/17. -// Copyright © 2017 Verizon Wireless. All rights reserved. -// - -#import -#import - -@protocol MFDigitTextBoxDelegate -@optional -- (void)textFieldDidDelete:(UITextField *)textField; -@end - -@interface MFDigitTextBox : UITextField - -@property (nonatomic, assign) id mfTextBoxDelegate; - -// Updates the ui to fit the right size. -- (void)updateView:(CGFloat)size; - -// Error handling -- (void)setAsError; -- (void)hideError; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFDigitTextField.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFDigitTextField.h deleted file mode 100644 index 377418d..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFDigitTextField.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// MFDigitTextField.h -// mobilefirst -// -// Created by Scott Pfeil on 12/5/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import - -@class MFDigitTextBox; -@interface MFDigitTextField : MFTextField - -+ (nullable instancetype)mfDigitTextFieldWithNumberOfDigits:(NSUInteger)numberOfDigits; -+ (nullable instancetype)mfDigitTextFieldWithNumberOfDigits:(NSUInteger)numberOfDigits withBothDelegates:(nullable id)delegate; -+ (nullable instancetype)mfDigitTextFieldWithNumberOfDigits:(NSUInteger)numberOfDigits withBothDelegates:(nullable id)delegate size:(CGFloat)size; - -- (void)setAsSecureTextEntry:(BOOL)secureTextEntry; - -@property (nullable, nonatomic, strong) NSArray *textFields; -//Be careful when using this directly. There's a possiblity that you may break the view. -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFFonts.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFFonts.h deleted file mode 100644 index 484e2c8..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFFonts.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// MVMFonts.h -// myverizon -// -// Created by Scott Pfeil on 11/17/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// Commonly used mvm fonts - -#import -#import - -@interface MFFonts : NSObject - -+ (nullable UIFont *)mfFont75Bd:(CGFloat)size; -+ (nullable UIFont *)mfFont55Rg:(CGFloat)size; -+ (nullable UIFont *)mfFontOcratxt:(CGFloat)size; -+ (nullable UIFont *)mfFontWithName:(nonnull NSString *)name size:(CGFloat)size; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFLoadingSpinner.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFLoadingSpinner.h deleted file mode 100644 index 6a44f74..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFLoadingSpinner.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// MFLoadingSpinner.h -// mobilefirst -// -// Created by Wesolowski, Brendan on 3/10/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import - -@interface MFLoadingSpinner : UIView - --(void)setUpCircle; - --(void)setUpCircle:(nullable UIColor *)strokeColor; - --(void)changeColor:(nullable UIColor *)strokeColor; - -- (void)pauseSpinner; - -- (void)resumeSpinner; - -// Starts the spinner after a slight delay. -- (void)resumeSpinnerAfterDelay; - -- (nullable NSDictionary *)pinWidthAndHeight; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFLoadingViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFLoadingViewController.h deleted file mode 100644 index e8af453..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFLoadingViewController.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// 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 MVMCore.MVMCoreLoadingViewControllerProtocol; - -@interface MFLoadingViewController : UIViewController - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFMdnTextField.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFMdnTextField.h deleted file mode 100644 index 1400a0b..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFMdnTextField.h +++ /dev/null @@ -1,37 +0,0 @@ -// -// MFMdnTextField.h -// myverizon -// -// Created by ShaunH on 2/23/15. -// Copyright (c) 2015 Verizon Wireless. All rights reserved. -// - -#import -#import -#import -#import - -@interface MFMdnTextField : MFTextField - -@property (nullable, nonatomic, weak) IBOutlet id customDelegate; -@property (nonatomic) BOOL isNationalMdn; -@property (nonatomic) BOOL shouldValidateMDN; - -- (void)setupTextfield; - -// valid if 0 or correct national or international mdn size+character -- (BOOL)hasValidMdn; - -// return hasValidMdn and color text accordingly -- (BOOL)validateAndColor; - -// return customiz error message -- (nullable NSString *)getErrorMessage; - -// return unformated mdn -- (nullable NSString *)getMdn; - -// format mdn and set to self.text -- (void)setMdn:(nullable NSString *)mdn; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFProgrammaticTableViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFProgrammaticTableViewController.h deleted file mode 100644 index 01ab982..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFProgrammaticTableViewController.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// MFProgrammaticTableViewController.h -// myverizon -// -// Created by Scott Pfeil on 12/17/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// Table view property and scrollview property is the same. - -#import - -@interface MFProgrammaticTableViewController : MFScrollingViewController - -@property (nullable, weak, nonatomic) UITableView *tableView; -@property (nullable, nonatomic, strong) NSLayoutConstraint *topConstraint; -@property (nullable, nonatomic, strong) NSLayoutConstraint *bottomConstraint; - -// Registers classes and nibs. Can subclass for different nibs. Can call super and then add new ones after as well. -- (void)registerWithTable; - -// This class should create the table view that will be used here. Subclass this for different table styles. -- (nonnull UITableView *)createTableView; - -// Sets the table to have no section headers or footers. -- (void)setToHaveNoSectionHeadersFooters; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFRadioButton.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFRadioButton.h deleted file mode 100644 index 8683725..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFRadioButton.h +++ /dev/null @@ -1,89 +0,0 @@ -// -// MFRadioButton.h -// MobileFirstFramework -// -// Created by Seshamani, Shreyas on 12/14/17. -// Copyright © 2017 Verizon Wireless. All rights reserved. -// - -#import -#import - - -typedef enum : NSUInteger { - ButtonSizeSmall,//24 - ButtonSizeSmall1,//30 - ButtonSizeSmall2,//36 - ButtonSizeMedium,//48 - ButtonSizeLarge,//60 - ButtonSizeExtraLarge,//96 -} ButtonSize; - -@interface MFRadioButton : UIView - - -// THESE ARE JUST DUMMY APIS. They will be deleted later!!!! - -typedef void (^PerformActionForRadioButton)(void); - -/* perform action for accessibility action*/ -@property (nullable, copy, nonatomic) PerformActionForRadioButton performActionForCheck; -typedef void (^CircleSelectedClosure)(_Nonnull id sender); - - -@property (nonatomic, strong, nullable) UIColor* fillColor; -@property (nonatomic, strong, nullable) UIColor* borderColor; -@property (nonatomic) CGFloat circleBorderWidth; -@property (nonatomic, copy, nullable) CircleSelectedClosure circleSelectedBlock; -@property (nonatomic, copy, nullable) CircleSelectedClosure handleSelectionBlock; -@property (nonatomic) CGFloat circleDiameter; -@property (nonatomic, nullable, strong, readonly) CAShapeLayer * myCircle; - -@property (nonatomic, strong, nullable) NSLayoutConstraint *heightConstraint; -@property (nonatomic, strong, nullable) NSLayoutConstraint *widthConstraint; -@property (nonatomic) BOOL respondsToTapGesture; -@property (nonatomic, getter = isSelected) BOOL selected; - -// Set line width manually -- (void)setCheckMarkLineWidth:(CGFloat)lineWidth; - -// Determine and set line width based on circle diameter -- (void)calculateAndSetCheckMarkLineWidth; - -- (void)setCheckMarkColor:(nullable UIColor *)color; - --(void)animateCheckMark; - --(void)drawCheckMarkWithoutAnimation; - --(void)animateSelect:(nullable UIColor *)fillColor BorderColor:(nullable UIColor *)borderColor; - -- (void)addAccessibilityInformationIndex:(NSUInteger)index Total:(NSUInteger)totalCount; - -#pragma mark - Convenience - -/* Adds the border with the set border color and SelectableCircleBorderWidth */ -- (void)addBorder; - -/* Removes the border */ -- (void)removeBorder; - -/* Checks if the fill color is white*/ -- (BOOL)isFillColorWhite; - -/* Resize the circle for animations */ --(void)resize:(ButtonSize)newSize; - -/* Deselect circle without calling blocks */ -- (void)cancelSelection; - -/* Disable the outer view */ -- (void)disableState; - -/* Enable outer view */ -- (void)enableState; - -#pragma mark - Animation --(void)animateOutline:(nonnull UIColor *)strokeColor IsSelected:(BOOL)selected; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFScrollingViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFScrollingViewController.h deleted file mode 100644 index 5279976..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFScrollingViewController.h +++ /dev/null @@ -1,52 +0,0 @@ -// -// MFScrollingViewController.h -// MobileFirstFramework -// -// Created by Pfeil, Scott Robert on 11/21/17. -// Copyright © 2017 Verizon Wireless. All rights reserved. -// - -#import - -@interface MFScrollingViewController : MFViewController - -@property (nullable, weak, nonatomic) IBOutlet UIScrollView *scrollView; -@property (nullable, weak, nonatomic) IBOutlet UIView *contentView; - -// Recognizes single tap/touches to screen for dismissing keyboard -@property (nonnull, strong, nonatomic) UITapGestureRecognizer *dismissKeyboardTapGesture; - -// For setting the width of the content to the size of the screen. -@property (nullable, weak, nonatomic) IBOutlet NSLayoutConstraint *contentWidthConstraint; - -// Boolean for if the keyboard is showing or now. -@property (assign, nonatomic, readonly) BOOL keyboardIsShowing; - -// Returns the rectangle to scroll to when the keyboard pops up. -- (CGRect)rectToScrollToWhenKeyboardPopsUp; - -// Registers for keyboard notifications -- (void)registerForKeyboardNotifications; - -// Unregisters for keyboard notifications -- (void)unregisterForKeyboardNotifications; - -// Called when the UIKeyboardDidShowNotification is sent. (Subclasses should call super) -- (void)keyboardWillShow:(nonnull NSNotification *)notification; - -// Called when the UIKeyboardWillHideNotification is sent. (Subclasses should call super) -- (void)keyboardWillBeHidden:(nonnull NSNotification *)notification; - - -// Returns if the scroll shoud flash on completion of animation in view. This is always true in the base class. Subclass to override. -- (BOOL)isFlashScrollIndicatorAccesible; - -- (void)pageAnimationEnded; - -// Implement this to disable hand scroll Animation for View Controller. By Default it will be enabled -- (BOOL)shouldEnableHandScrollAnimation; - -// to stop hand scoll animation so subclases can stop in certain user actions -- (void)stopHandScrollAnimation:(BOOL)animated; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFSizeObject.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFSizeObject.h deleted file mode 100644 index 781feb4..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFSizeObject.h +++ /dev/null @@ -1,109 +0,0 @@ -// -// MFSizeObject.h -// mobilefirst -// -// Created by Scott Pfeil on 12/20/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import - -extern CGFloat const MFSizeiPhone4HeightThreshold; -extern CGFloat const MFSizeiPhone5HeightThreshold; - -extern CGFloat const MFSizeSmalliPhoneThreshold; -extern CGFloat const MFSizeLargeiPhoneThreshold; -extern CGFloat const MFSizeStandardiPadPortraitThreshold; -extern CGFloat const MFSizeStandardiPadLandscapeThreshold; -extern CGFloat const MFSizeiPadProLandscapeThreshold; - -@interface MFSizeObject : NSObject - -// Standard size -@property (nonatomic) CGFloat standardSize; -@property (nonatomic) BOOL scaleStandardSize; -@property (nonatomic, strong, nullable) NSNumber *scaleStandardSizeBaseValue; -@property (nonatomic, copy) void (^ _Nullable standardThresholdBlock)(void); - -// Can be used to set the maximum size. -@property (nonatomic) CGFloat maximumSize; - -// returns value * (size/base) -+ (CGFloat)getScaledValue:(CGFloat)value forSize:(CGFloat)size fromBase:(nullable NSNumber *)base; - -#pragma mark - Size Initializers - -+ (nullable instancetype)sizeObjectWithStandardSize:(CGFloat)standardSize; -+ (nullable instancetype)sizeObjectWithScalingStandardSize:(CGFloat)standardSize; - -// Convenience initializers. -+ (nullable instancetype)sizeObjectWithStandardSize:(CGFloat)standardSize smalliPhoneSize:(CGFloat)smalliPhoneSize standardiPadPortraitSize:(CGFloat)standardiPadPortraitSize; -+ (nullable instancetype)sizeObjectWithStandardSize:(CGFloat)standardSize standardiPadPortraitSize:(CGFloat)standardiPadPortraitSize; -+ (nullable instancetype)sizeObjectWithStandardSize:(CGFloat)standardSize smalliPhoneSize:(CGFloat)smalliPhoneSize; -+ (nullable instancetype)sizeObjectWithStandardSize:(CGFloat)standardSize standardiPadPortraitSize:(CGFloat)standardiPadPortraitSize iPadProLandscapeSize:(CGFloat)iPadProLandscapeSize; -+ (nullable instancetype)sizeObjectWithStandardSize:(CGFloat)standardSize smalliPhoneSize:(CGFloat)smalliPhoneSize standardiPadPortraitSize:(CGFloat)standardiPadPortraitSize iPadProLandscapeSize:(CGFloat)iPadProLandscapeSize; - - -#pragma mark - Block Initializers - -+ (nullable instancetype)sizeObjectWithStandardSizeBlock:(nonnull void (^)(void))block; - -// Convenience initializers. -+ (nullable instancetype)sizeObjectWithStandardBlock:(nonnull void (^)(void))standardBlock smalliPhoneBlock:(nonnull void (^)(void))smalliPhoneBlock standardiPadPortraitBlock:(nonnull void (^)(void))standardiPadPortraitBlock; -+ (nullable instancetype)sizeObjectWithStandardBlock:(nonnull void (^)(void))standardBlock standardiPadPortraitBlock:(nonnull void (^)(void))standardiPadPortraitBlock; -+ (nullable instancetype)sizeObjectWithStandardBlock:(nonnull void (^)(void))standardBlock smalliPhoneBlock:(nonnull void (^)(void))smalliPhoneBlock; -+ (nullable instancetype)sizeObjectWithStandardBlock:(nonnull void (^)(void))standardBlock standardiPadPortraitBlock:(nonnull void (^)(void))standardiPadPortraitBlock iPadProLandscapeBlock:(nonnull void (^)(void))iPadProLandscapeBlock; -+ (nullable instancetype)sizeObjectWithStandardBlock:(nonnull void (^)(void))standardBlock smalliPhoneBlock:(nonnull void (^)(void))smalliPhoneBlock standardiPadPortraitBlock:(nonnull void (^)(void))standardiPadPortraitBlock iPadProLandscapeBlock:(nonnull void (^)(void))iPadProLandscapeBlock; - -#pragma mark - Size Getters - -// Returns the value for the appropriate size threshold -- (CGFloat)getValueBasedOnScreenSize; -- (CGFloat)getValueBasedOnDetailWidth; -- (CGFloat)getValueBasedOnApplicationWidth; -- (CGFloat)getValueBasedOnScreenHeight; -- (CGFloat)getValueBasedOnSize:(CGFloat)size; - -#pragma mark - Block performers - -// Performs a block for the given sizes. -- (void)performBlockBaseOnScreenSize; -- (void)performBlockBaseOnDetailWidth; -- (void)performBlockBaseOnApplicationWidth; -- (void)performBlockBaseOnScreenHeight; -- (void)performBlockBaseOnSize:(CGFloat)size; - -#pragma mark - Add size thresholds - -// Can add custom thresholds and sizes. -- (void)addCustomSize:(nullable MFSizeThreshold *)sizeThreshold; -- (void)addCustomSize:(CGFloat)size forThreshold:(CGFloat)threshold compareDirection:(MFSizeCompareDirection)compareDirection; - -// Common directions -- (void)addLargerThanCustomSize:(CGFloat)size forThreshold:(CGFloat)threshold; -- (void)addSmallerThanCustomSize:(CGFloat)size forThreshold:(CGFloat)threshold; -- (void)addScalingLargerThanCustomSize:(CGFloat)size forThreshold:(CGFloat)threshold; -- (void)addScalingSmallerThanCustomSize:(CGFloat)size forThreshold:(CGFloat)threshold; - -// Common thresholds -- (void)addSizeForSmalliPhoneThreshold:(CGFloat)size; -- (void)addSizeForStandardiPadPortaitThreshold:(CGFloat)size; -- (void)addSizeForiPadProLandscapeThreshold:(CGFloat)size; - -#pragma mark - Add block thresholds - -- (void)addCustomThreshold:(CGFloat)threshold compareDirection:(MFSizeCompareDirection)compareDirection block:(nonnull void (^)(void))block; - -// Common directions -- (void)addLargerThanCustomThreshold:(CGFloat)threshold block:(nonnull void (^)(void))block; -- (void)addSmallerThanCustomThreshold:(CGFloat)threshold block:(nonnull void (^)(void))block; -- (void)addScalingLargerThanCustomThreshold:(CGFloat)threshold block:(nonnull void (^)(void))block; -- (void)addScalingSmallerThanCustomThreshold:(CGFloat)threshold block:(nonnull void (^)(void))block; - -// Common thresholds -- (void)addBlockForSmalliPhoneThreshold:(nonnull void (^)(void))block; -- (void)addBlockForStandardiPadPortaitThreshold:(nonnull void (^)(void))block; -- (void)addBlockForiPadProLandscapeThreshold:(nonnull void (^)(void))block; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFSizeThreshold.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFSizeThreshold.h deleted file mode 100644 index 64d0139..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFSizeThreshold.h +++ /dev/null @@ -1,56 +0,0 @@ -// -// MFSizeThreshold.h -// mobilefirst -// -// Created by Scott Pfeil on 1/31/17. -// Copyright © 2017 Verizon Wireless Inc. All rights reserved. -// - -#import -#import - -typedef NS_ENUM(NSInteger, MFSizeCompareDirection) { - MFSizeGreaterThan = 0, - MFSizeLessThan = 1 -}; - -@interface MFSizeThreshold : NSObject - -@property (nonatomic) CGFloat size; -@property (nonatomic) CGFloat threshold; -@property (nonatomic) MFSizeCompareDirection direction; -@property (nonatomic) BOOL scale; -@property (nonatomic, strong, nullable) NSNumber *scaleBaseValue; -@property (nonatomic, copy) void (^ _Nullable thresholdBlock)(void); - -- (CGFloat)getValueForSizeScalingIfNeeded:(CGFloat)size; - -#pragma mark - Size Initializers - -// For getting a size based on threshold -- (nullable instancetype)initWithSize:(CGFloat)size forThreshold:(CGFloat)threshold compareDirection:(MFSizeCompareDirection)compareDirection; -- (nullable instancetype)initWithSize:(CGFloat)size forThreshold:(CGFloat)threshold compareDirection:(MFSizeCompareDirection)compareDirection scaleBasedOnScreenSize:(BOOL)scaleBasedOnScreenSize; - -#pragma mark - Block Initializers - -// For performing a block based on threshold -- (nullable instancetype)initWithThreshold:(CGFloat)threshold compareDirection:(MFSizeCompareDirection)compareDirection block:(nonnull void (^)(void))thresholdBlock; -- (nullable instancetype)initWithThreshold:(CGFloat)threshold compareDirection:(MFSizeCompareDirection)compareDirection scaleBasedOnScreenSize:(BOOL)scaleBasedOnScreenSize block:(nonnull void (^)(void))thresholdBlock; - -#pragma mark - Common Size Getters - -// Convenience functions to return common threshold pairings. -+ (nullable instancetype)largerThanCustomSize:(CGFloat)size forThreshold:(CGFloat)threshold; -+ (nullable instancetype)smallerThanCustomSize:(CGFloat)size forThreshold:(CGFloat)threshold; -+ (nullable instancetype)scalingLargerThanCustomSize:(CGFloat)size forThreshold:(CGFloat)threshold; -+ (nullable instancetype)scalingSmallerThanCustomSize:(CGFloat)size forThreshold:(CGFloat)threshold; - -#pragma mark - Common Block Getters - -// Convenience functions to return common threshold pairings. -+ (nullable instancetype)largerThanCustomThreshold:(CGFloat)threshold block:(nonnull void (^)(void))thresholdBlock; -+ (nullable instancetype)smallerThanCustomThreshold:(CGFloat)threshold block:(nonnull void (^)(void))thresholdBlock; -+ (nullable instancetype)scalingLargerThanCustomThreshold:(CGFloat)threshold block:(nonnull void (^)(void))thresholdBlock; -+ (nullable instancetype)scalingSmallerThanCustomThreshold:(CGFloat)threshold block:(nonnull void (^)(void))thresholdBlock; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFStyler.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFStyler.h deleted file mode 100644 index bda6c11..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFStyler.h +++ /dev/null @@ -1,299 +0,0 @@ -// -// MFStyler.h -// myverizon -// -// Created by Scott Pfeil on 11/26/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// Styles for mobile first. - -#import -#import -@class LabelWithInternalButton; -@class MFSizeObject; - -//enum for border -typedef NS_ENUM(NSInteger, MFViewBorder){ - MFViewBorderTop, - MFViewBorderLeft, - MFViewBorderBottom, - MFViewBorderRight -}; - -typedef NS_ENUM(NSUInteger, MFTimeFormatUnit) { - MFTimeFormatColon = 0, /*!{days} : {hour} : {minutes} : {seconds} */ - MFTimeFormatNormal /* will end with days hours minutes seconds, when left days less than 2, it will change to 'day'*/ -}; - -// Some standard spacings. Use these to stay consistent across the app. -extern CGFloat const PaddingDefault; -extern CGFloat const PaddingDefaultHorizontalSpacing; -extern CGFloat const PaddingDefaultVerticalSpacing; -extern CGFloat const PaddingBetweenFields; -extern CGFloat const PaddingHorizontalHeadlineWhiteView; -extern CGFloat const PaddingHorizontalLarge; -extern CGFloat const PaddingVerticalWhiteGrayView; -extern CGFloat const PaddingVerticalHeadlineAlternate; -extern CGFloat const PaddingPrimaryButtonTop; - -// These are based on the multiple of 6 rule -extern CGFloat const PaddingOne; -extern CGFloat const PaddingTwo; -extern CGFloat const PaddingThree; -extern CGFloat const PaddingFour; -extern CGFloat const PaddingFive; -extern CGFloat const PaddingSix; -extern CGFloat const PaddingSeven; -extern CGFloat const PaddingEight; -extern CGFloat const PaddingNine; -extern CGFloat const PaddingTen; -extern CGFloat const TableCellParagraphSpace; -extern CGFloat const FooterLabelParagraphSpace; -extern CGFloat const WebViewInset; - -extern CGFloat const HeightTableSeperatorHeight; - -extern CGFloat const MFHeightForSwitch; -extern CGFloat const MFMFWidthForSwitch; - -// Color constants -extern CGFloat const DisableOppacity; -extern CGFloat const PaymentMethodViewHeightWidthMultiplier; -extern CGFloat const MinCellHeight; -extern CGFloat const HeightIphone5; -extern CGFloat const DefaultOptionCellHeight; -extern CGFloat const LabelWithInternalButtonLineSpace; -extern CGFloat const PromoViewHeight; - -@interface MFStyler : NSObject - - -// RoundedButtons -/**********Style Guidelines for BrandRefresh: ********* - -H1 -> HeadlineLarge -H2 -> Headline -H3 -> SubHead -B1 -> SubTitle -B2 -> Body -B3 -> Legal - -*****************************************************/ - - -// Generic scaling based on the detail width. -+ (nullable MFSizeObject *)sizeObjectGenericForCurrentDevice:(CGFloat)size; -+ (CGFloat)sizeFontGenericForCurrentDevice:(CGFloat)size; - -#pragma mark - Spacing Defaults -+ (CGFloat)defaultHorizontalPaddingForApplicationWidth; -+ (CGFloat)defaultVerticalPaddingForApplicationWidth; -+ (CGFloat)defaultHorizontalPaddingForSize:(CGFloat)size; -+ (CGFloat)defaultVerticalPaddingForSize:(CGFloat)size; -+ (void)setDefaultMarginsForView:(nullable UIView *)view size:(CGFloat)size; -+ (void)setDefaultMarginsForView:(nullable UIView *)view size:(CGFloat)size horizontal:(BOOL)horizontal vertical:(BOOL)vertical; - -//------------------------------------------------- -// Returns the fonts for these styles. Scales them as needed by default -#pragma mark - 2.0 fonts - -//75Bd 40pt -+ (nullable UIFont *)fontH1:(BOOL)genericScaling; -+ (nullable UIFont *)fontH1; -//75Bd 25pt -+ (nullable UIFont *)fontH2:(BOOL)genericScaling; -+ (nullable UIFont *)fontH2; -//75Bd 18pt -+ (nullable UIFont *)fontH3:(BOOL)genericScaling; -+ (nullable UIFont *)fontH3; -//75Bd 32pt -+ (nullable UIFont *)fontH32:(BOOL)genericScaling; -+ (nullable UIFont *)fontH32; - -//75Bd 13pt -+ (nullable UIFont *)fontB1:(BOOL)genericScaling; -+ (nullable UIFont *)fontB1; -//55Rg 13pt -+ (nullable UIFont *)fontB2:(BOOL)genericScaling; -+ (nullable UIFont *)fontB2; -//55Rg 11pt -+ (nullable UIFont *)fontB3:(BOOL)genericScaling; -+ (nullable UIFont *)fontB3; -//55Rg 20pt -+ (nullable UIFont *)fontB20:(BOOL)genericScaling; -+ (nullable UIFont *)fontB20; - -#pragma mark - 1.0 fonts - -//75Bd 100pt -+ (nullable UIFont *)fontForPlan; -//75Bd 48pt -+ (nullable UIFont *)fontForBiggerHeadline; -//75Bd 15pt -+ (nullable UIFont *)fontForHeadlineSmall; -//55Rg 14pt -+ (nullable UIFont *)fontforChatText; -//55Rg 16pt -+ (nullable UIFont *)fontForAccountLandingGreeting; -//55Rg 10pt -+ (nullable UIFont *)fontForProgressBarBottomLabel; -//55Rg 14pt -+ (nullable UIFont *)fontForPrimaryButton; -//75Bd 11pt -+ (nullable UIFont *)fontForSmallButton; -//55Rg 16pt -+ (nullable UIFont *)fontForTextField; -//55Rg 12pt -+ (nullable UIFont *)fontForTextFieldUnderLabel; -//55Rg 24pt -+ (nullable UIFont *)fontForHeadlineAlternative; -//75Bd 16pt -+ (nullable UIFont *)fontForFeedCardTitle; -//75Bd 60pt -+ (nullable UIFont *)fontForLargeLoyaltyHeaderTitle; -//75Bd 42pt -+ (nullable UIFont *)fontForLoyaltyTitleSmall; -//55Rg 20pt -+ (nullable UIFont *)fontForLoyaltyMessage; -//75Bd 10pt only for support -+ (nullable UIFont *)fontForUnreadMessageOnSupport; - -//55Rg 16pt for 5G flow -+ (nullable UIFont *)font5GMessage:(BOOL)genericScaling; - -//55Rg 16pt for 5G flow scale YES -+ (nullable UIFont *)font5GMessage; - - -// Returns the fonts for these styles allowing to apply a generic scale by device or not. -+ (nullable UIFont *)fontForBiggerHeadLine:(BOOL)genericScaling; -+ (nullable UIFont *)fontForPlan:(BOOL)genericScaling; -+ (nullable UIFont *)fontForHeadlineSmall:(BOOL)genericScaling; -+ (nullable UIFont *)fontForHeadlineSmall2; -+ (nullable UIFont *)fontForHeadlineSmall2:(BOOL)genericScaling; -+ (nullable UIFont *)fontForHeadlineSmall2ForWidth:(CGFloat)size; -+ (nullable UIFont *)fontB1ForWidth:(CGFloat)size; -+ (nullable UIFont *)fontForBodyWithSize:(CGFloat)size genericScaling:(BOOL)genericScaling; -+ (nullable UIFont *)fontB2ForWidth:(CGFloat)size; -+ (nullable UIFont *)fontForBodyWithSize:(CGFloat)size forWidth:(CGFloat)width; -+ (nullable UIFont *)fontforChatText:(BOOL)genericScaling; -+ (nullable UIFont *)fontForAccountLandingGreeting:(BOOL)genericScaling; - -+ (nullable UIFont *)fontForPrimaryButton:(BOOL)genericScaling; -+ (nullable UIFont *)fontForPrimaryButtonForWidth:(CGFloat)size; -+ (nullable UIFont *)fontForSmallButton:(BOOL)genericScaling; -+ (nullable UIFont *)fontForSmallButtonForWidth:(CGFloat)size; -+ (nullable UIFont *)fontForTextField:(BOOL)genericScaling; -+ (nullable UIFont *)fontForTextFieldUnderLabel:(BOOL)genericScaling; -+ (nullable UIFont *)fontForHeadlineAlternative:(BOOL)genericScaling; -+ (nullable UIFont *)fontForHeadlineAlternativeForWidth:(CGFloat)size; - -+ (nullable UIFont *)fontForFeedCardTitle:(BOOL)genericScaling; -+ (nullable UIFont *)fontForLargeLoyaltyHeaderTitle:(BOOL)genericScaling; -+ (nullable UIFont *)fontForLoyaltyTitleSmall:(BOOL)genericScaling; -+ (nullable UIFont *)fontForLoyaltyMessage:(BOOL)genericScaling; -+ (nullable UIFont *)fontForPtPCard:(BOOL)genericScaling; -+ (nullable UIFont *)fontForLabelWithTopLeftCircleWithSize:(CGFloat)size genericScaling:(BOOL)genericScaling; -+ (nullable UIFont *)fontOcratxtWitSize:(CGFloat)size genericScaling:(BOOL)genericScaling; -+ (nullable UIFont *)fontH255:(BOOL)genericScaling; - -+ (nonnull UIFont *) boldFontForScaledSize:(CGFloat)size; -+ (nonnull UIFont *) regularFontForScaledSize:(CGFloat)size; - -//------------------------------------------------- -// Applies the styles to the passed in objects. - -#pragma mark - 2.0 styles - -/// Will style the label based on the string. Accepted values, H1, H2, H3, H32, B1, B2, B3, B20 -+ (void)styleLabel:(nonnull UILabel *)label withStyle:(nullable NSString *)style; - -+ (void)styleLabelH1:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; -+ (void)styleLabelH1:(nonnull UILabel *)label; - -+ (void)styleLabelH2:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; -+ (void)styleLabelH2:(nonnull UILabel *)label; - -+ (void)styleLabelH3:(nonnull UILabel *)label; -+ (void)styleLabelH3:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; - -+ (void)styleLabelH32:(nonnull UILabel *)label; -+ (void)styleLabelH32:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; - -+ (void)styleLabelB1:(nonnull UILabel *)label; -+ (void)styleLabelB1:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; - -+ (void)styleLabelB2:(nonnull UILabel *)label; -+ (void)styleLabelB2:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; -+ (void)styleLabelB2:(nonnull UILabel *)label size:(CGFloat)size genericScaling:(BOOL)genericScaling; - -+ (void)styleLabelB3:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; -+ (void)styleLabelB3:(nonnull UILabel *)label; - -+ (void)styleLabelB20:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; -+ (void)styleLabelB20:(nonnull UILabel *)label; - -+ (void)styleLabelTextStyle2:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; -+ (void)styleLabelTextStyle2:(nonnull UILabel *)label; - -#pragma mark - 1.0 styles - -+ (void)styleFeedCardTitleLabel:(nonnull UILabel *)label; -+ (void)styleFeedCardTagLabel:(nonnull UILabel *)label; - -+ (void)styleStandardSeparatorView:(nonnull UIView *)view; - -+ (void)styleLabelHeadlineSmall:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; - - -+ (void)styleFeedCardTitleLabel:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; -+ (void)styleFeedCardTagLabel:(nonnull UILabel *)label genericScaling:(BOOL)genericScaling; - -//------------------------------------------------- - -#pragma mark - Attributed Strings - -/// Will style the string based on the string. Accepted values, H1, H2, H3, H32, B1, B2, B3, B20 -+ (nonnull NSAttributedString *)styleGetAttributedString:(nullable NSString *)string withStyle:(nullable NSString *)style; - -+ (nonnull NSAttributedString *)styleGetAttributedString:(nullable NSString *)string font:(nonnull UIFont *)font color:(nonnull UIColor *)color; -+ (nonnull NSAttributedString *)styleGetH1AttributedString:(nullable NSString *)string; -+ (nonnull NSAttributedString *)styleGetH2AttributedString:(nullable NSString *)string; -+ (nonnull NSAttributedString *)styleGetH3AttributedString:(nullable NSString *)string; -+ (nonnull NSAttributedString *)styleGetB1AttributedString:(nullable NSString *)string; -+ (nonnull NSAttributedString *)styleGetB2AttributedString:(nullable NSString *)string; -+ (nonnull NSAttributedString *)styleGetB3AttributedString:(nullable NSString *)string; - -+ (nonnull NSAttributedString *)styleGetDisabledB2AttributedString:(nullable NSString *)string; -+ (nonnull NSAttributedString *)styleGetDisabledB1AttributedString:(nullable NSString *)string; -+ (nonnull NSAttributedString *)styleGetTopAlignedAttributeStringWithLeftString:(nullable NSString *)left centerString:(nonnull NSString *)center rightString:(nullable NSString *)right withCenterStringFontSize:(CGFloat)fontSize andColor:(nonnull UIColor *)color; -+ (nonnull NSAttributedString *)styleGetTopAlignedAttributeStringWithLeftStringRightTop:(nullable NSString *)left centerString:(nonnull NSString *)center rightString:(nullable NSString *)right withCenterStringFontSize:(CGFloat)fontSize andColor:(nonnull UIColor *)color; -+ (void)styleGetAlignCenteredAttrituedString:(nullable NSMutableAttributedString *)string; -+(nonnull NSAttributedString *)styleGetBoldStringWithFont:(nonnull UIFont *)inputFont fromString:(nonnull NSString *)inputString; -+(nonnull NSString *)styleGetLowCaseSpace:(nullable NSString *)inputString; - -//------------------------------------------------- -// Returns colors for Gradient Text presets - -+ (nonnull NSArray *)gradientSpecialTicketGold; -+ (nonnull NSArray *)gradientSpecialTicketGoldCGColor; - -#pragma mark - Custom Styling Views - -+ (void)styleView:(nonnull UIView *)view showMFViewBorder:(MFViewBorder)border withColor:(nonnull UIColor *)color borderLineWidth:(CGFloat)borderLineWidth borderLineLength:(CGFloat)borderLineLengh; -+ (void)styleTextField:(nonnull UITextField *)textField; -+ (nullable UIImage *)grayscaleImage:(nullable UIImage *)image; -+ (void)setGradientToLabel:(nonnull UILabel*)label withColors:(nonnull NSArray*)colors; -+ (nonnull NSDictionary *)labelStrokeAttributes:(nonnull UIColor *)color; - -+ (void)mfStyleBlackPageControl:(nullable UIPageControl *)pageControl; -+ (void)mfStylePageControl:(nullable UIPageControl *)pageControl; - -// leftTime should be left seconds -// timeformat should follow "DD:HH:MM:SS", No space inside! -+ (nonnull NSString *)getCountTime:(NSInteger)leftTime timeformat:(nonnull NSString *)timeFormat timeUnit:(MFTimeFormatUnit)timeUnit timeSuffix:(nullable NSString *)suffix; - -+ (CGFloat)splitTextFieldWidth; -+ (CGFloat)splitTextFieldWidthForViewWidth:(CGFloat)width; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTabBarInteractor.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFTabBarInteractor.h deleted file mode 100644 index cfcf632..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTabBarInteractor.h +++ /dev/null @@ -1,38 +0,0 @@ -// -// MFTabBarInteractor.h -// MobileFirstFramework -// -// Created by Chen, Mingyuan on 5/30/18. -// Copyright © 2018 Verizon Wireless. All rights reserved. -// -// This class uses an edge pan gesture to allow percent driven interactive transitioning from one view to another. - -#import - -@protocol MFSwipeNavigationProtocol - -@optional - -// Notifies the delegate we should begin the transition to the left or the right. -- (void)swipeLeft; -- (void)swipeRight; -- (void)updatePercentage:(CGFloat)percentage; - -@end - -@interface MFTabBarInteractor : UIPercentDrivenInteractiveTransition - -// true while panning -@property (nonatomic) BOOL panning; - -//set pannable percentage 0 to 1 -@property (nonatomic) CGFloat pannablePercentage; - -// can be used to keep track of if we are .. -@property (nonatomic) BOOL interactive; - -- (nullable instancetype)initWithViewController:(nullable UIViewController*)delegate; - -- (nullable instancetype)initWithViewController:(nullable UIViewController *)viewController delegate:(nullable id)delegate; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTabBarSwipeAnimator.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFTabBarSwipeAnimator.h deleted file mode 100644 index 675dba6..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTabBarSwipeAnimator.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// MFTabBarPageControlSwipingAnimator.h -// MobileFirstFramework -// -// Created by Chen, Mingyuan on 5/22/18. -// Copyright © 2018 Verizon Wireless. All rights reserved. -// -// Used for animating left and right pushing of a UIViewController, usually through swiping. - -#import -@import MVMCore.MVMCoreViewControllerAnimatedTransitioning; - -@interface MFTabBarSwipeAnimator : NSObject - -- (nullable instancetype)initWithSwipingDirection:(UISwipeGestureRecognizerDirection)direction controller:(UIViewController *_Nullable)controller; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextButton.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextButton.h deleted file mode 100644 index 1e81e1f..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextButton.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// MFTextButton.h -// mobilefirst -// -// Created by Scott Pfeil on 3/23/17. -// Copyright © 2017 Verizon Wireless. All rights reserved. -// - -#import "MFCustomButton.h" -#import -@class MFSizeObject; - -@interface MFTextButton : MFCustomButton - -@property (nonnull, strong, nonatomic) MFSizeObject *sizeObject; - -+ (nonnull MFTextButton *)textButton; - -// Returns text buttons. Can pass in the button to use, if not it will create it. Can also specify if we should constrain the height to the default. -+ (nonnull MFTextButton *)textButton:(nullable UIButton *)button constrainHeight:(BOOL)constrainHeight forWidth:(CGFloat)width; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextField.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextField.h deleted file mode 100644 index 72adf68..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextField.h +++ /dev/null @@ -1,135 +0,0 @@ -// -// MFTextField.h -// myverizon -// -// Created by Suresh, Kamlesh on 11/24/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// - -#import -#import - -@class PrimaryButton; -@class MFTextField; -@class Label; - -@protocol MFTextFieldDelegate - -@optional - -// Called when the entered text becomes valid based on the validation block -- (void)entryIsValid:(nullable MFTextField *)textfield; - -// Called when the entered text becomes invalid based on the validation block -- (void)entryIsInvalid:(nullable MFTextField *)textfield; - -// Dismisses the keyboard. -- (void)dismissFieldInput:(nullable id)sender; - -@end - -@interface MFTextField : ViewConstrainingView - -@property (nullable, weak, nonatomic) UIView *view; - -@property (nullable, weak, nonatomic) IBOutlet UIView *textFieldContainerView; -@property (nullable, weak, nonatomic) IBOutlet UITextField *textField; -@property (nullable, weak, nonatomic) IBOutlet Label *formLabel; -@property (nullable, weak, nonatomic) IBOutlet UIView *separatorView;//make it public so outsider class can know the posistion of it. - -@property (nullable, weak, nonatomic) IBOutlet NSLayoutConstraint *heightConstraint; -@property (weak, nonatomic, nullable) IBOutlet NSLayoutConstraint *formLabelRightPin; - -@property (nonatomic,getter=isEnabled) BOOL enabled; - -// To set the placeholder and text -@property (nullable, weak, nonatomic) NSString *text; -@property (nullable, weak, nonatomic) NSString *formText; -@property (nullable, weak, nonatomic) NSString *fieldKey; - -@property (nullable, weak, nonatomic) NSString *placeholder; // will move out in Feb release - -@property (assign, nonatomic) BOOL hideBorder; - -//accesories -@property (nullable, weak, nonatomic) UIDatePicker *datePicker; -@property (nullable, weak, readonly, nonatomic) UIToolbar *toolbar; - -//helper -@property (nullable, strong, nonatomic) NSDateFormatter *formatter; - -// If you're using a MFViewController, you must set this to it -@property (nullable, weak, nonatomic) id uiTextFieldDelegate; - -// The delegate and block for validation. Validates if the text that the user has entered is valid or not. Checked after each change if there is a delegate. -@property (nullable, weak, nonatomic) id mfTextFieldDelegate; -@property (nonatomic, getter=isValid) BOOL valid; -@property (nullable, copy, nonatomic) BOOL (^validationBlock)(NSString *_Nullable enteredValue); - -// custom text colors -@property (nullable, strong, nonatomic) UIColor *customEnabledTextColor; -@property (nullable, strong, nonatomic) UIColor *customDisabledTextColor; - -//default error message -@property (nullable, strong, nonatomic) NSString *errMessage; - -@property (nullable, copy, nonatomic) void (^editCompleteAction)(NSString * _Nullable text); - -// Returns the actual MFTextfield object from XIB. Should only be called from the main thread. -+ (nullable instancetype)mfTextField; -+ (nullable instancetype)mfTextFieldWithBothDelegates:(nullable id)delegate; -+ (nullable instancetype)mfTextFieldWithMap:(nullable NSDictionary *)map bothDelegates:(nullable id)delegate; - - -// Returns the actual MFTextfield object from XIB. Has dropdown carrot. Should only be called from the main thread. -+ (nullable instancetype)mfTextFieldForDropDown; -+ (nullable instancetype)mfTextFieldForDropDownWithBothDelegates:(nullable id)delegate; - -// Sets both -- (void)setBothTextFieldDelegates:(id _Nullable)delegate; -// Sets the place holder and text according to the map -- (void)setWithMap:(nullable NSDictionary *)map bothDelegates:(nullable id) delegate; - - -// set place holder with custom colors -- (void)setPlaceholder:(nullable NSString *)placeholder withColor:(nullable UIColor *)color; - -//show the dropDown carrot -- (void)showDropDown:(BOOL)show; - -// Show error -- (void)setErrorMessage:(nonnull NSString *)errorMessage; - -// Hide Error -- (void)hideError; - -//push notificaiton of accessibility -- (void)pushAccessibilityNotification; - -// disable textfield -- (void)enable:(BOOL)enable; - -// Default validation block -- (void)setDefaultValidationBlock; - -//add date picker as inputView for the textfield, default done action is to set the textfield input -- (void)inputFromDatePickerFromDate:(nullable NSDate *)fromDate toDate:(nullable NSDate *)toDate showFromDateAsDefaultInput:(BOOL)show; -- (void)setDatePickerFromDate:(nullable NSDate *)fromDate toDate:(nullable NSDate *)toDate; -- (nonnull NSDate *)dismissDatePicker; -- (void)dismissPicker; - -//get all enabled textfields, can be pairly used with the primary button's handleEnablingWithTextFields if you only want the enable testfield's validation to be tested -+ (nullable NSArray *)getEnabledTextfields:(nullable NSArray *)textFieldToDetermine; - -- (void)showLabel:(BOOL)show; - -//By default, the validation block is validated only on textfield value changed. This method is added to validate explicitly if the block is dependent on any other variables and will update the isValid accordingly. -- (void)validateBlock; - -- (void)setAccessibilityString:(nullable NSString *)accessibilityString; - -// For Validator Protocol -- (nullable NSString *)formFieldName; -- (nullable id)formFieldValue; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextFieldSubclassExtension.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextFieldSubclassExtension.h deleted file mode 100644 index 869c11c..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextFieldSubclassExtension.h +++ /dev/null @@ -1,37 +0,0 @@ -// -// MFTextFieldSubclassExtension.h -// mobilefirst -// -// Created by Scott Pfeil on 12/5/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import - -@class DashLine; - -@interface MFTextField () - -@property (nullable, weak, nonatomic, readwrite) IBOutlet UILabel *label; -//accesories -@property (nullable, weak, readwrite, nonatomic) UIPickerView *pickerView; -@property (nullable, weak, readwrite, nonatomic) UIToolbar *toolbar; - - -//utility -@property (nonatomic) BOOL observingForChanges; -@property (nonatomic, readwrite) BOOL errorShowing; -@property (nonatomic) BOOL hasDropDown; - - -//helper views -@property (nullable, weak, nonatomic) IBOutlet DashLine *dashLine; -@property (nullable, weak, nonatomic) IBOutlet UILabel *dropDownCarrotLabel; -@property (nullable, weak, nonatomic) IBOutlet NSLayoutConstraint *dropDownCarrotWidth; - -- (void)setupView; -- (void)valueChanged; -- (void)startEditing; -- (nullable UINib *)getNib; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextView.h deleted file mode 100644 index 21f5b95..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFTextView.h +++ /dev/null @@ -1,39 +0,0 @@ -// -// MFTextView.h -// myverizon -// -// Created by chintar on 14/12/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// - -#import -#import "SeparatorView.h" - -@interface CustomTextView: UITextView - -@end - -@protocol MFTextViewDelegate - -@optional - -// Dismisses the keyboard. -- (void)dismissFieldInput:(nullable id)sender; - -@end - -@interface MFTextView : UIView - -@property (weak, nonatomic, nullable) id delegate; -@property (nullable, weak, nonatomic) IBOutlet CustomTextView *textView; -@property (assign, nonatomic) BOOL hideBorder; -@property (strong, nonatomic, nullable) UIBezierPath *borderPath; -@property (nonatomic, readwrite) BOOL errorShowing; -@property (weak, nonatomic, nullable) SeparatorView *bottomLine; - -+(MFTextView *_Nullable) MFTextViewWithPlaceholderString:(NSString *_Nullable) placeholder delegate:(id _Nullable ) delegate; - -//This method will make the UI as per brand refresh (Similar to UITextField) -- (void)makeBordersForTextView; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFView.h deleted file mode 100644 index 6268343..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFView.h +++ /dev/null @@ -1,24 +0,0 @@ -// -// MFView.h -// mobilefirst -// -// Created by Scott Pfeil on 2/23/17. -// Copyright © 2017 Verizon Wireless Inc. All rights reserved. -// - -#import -#import -#import -@import MVMCore.MVMCoreViewProtocol; - -@interface MFView : UIView - -@property (nullable, nonatomic, strong) NSDictionary *json; - -// Called in the initialization functions. Can setup ui here. -- (void)setupView; - -// Updates the ui to fit the right size. -- (void)updateView:(CGFloat)size; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MFViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MFViewController.h deleted file mode 100644 index c1415df..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MFViewController.h +++ /dev/null @@ -1,283 +0,0 @@ -// -// MFViewController.h -// myverizon -// -// Created by Scott Pfeil on 11/26/13. -// Copyright (c) 2013 Verizon Wireless. All rights reserved. -// -// The base view controller. Any view controller that is part of the app flow should be subclassed from this object. - -#import -@import MVMCore.MVMCoreErrorObject; -@import MVMCore.MVMCoreLoadDelegateProtocol; -@import MVMCore.MVMCorePresentationDelegateProtocol; -@import MVMCore.MVMCoreActionDelegateProtocol; -@import MVMCore.NSDictionary_MFConvenience; -@import MVMCore.MVMCoreLoadObject; -@import MVMCore.MVMCoreJSONConstants; -@import MVMCore.MVMCoreRequestParameters; -@import MVMCore.MVMCoreActionHandler; -@import MVMCore.MVMCoreTopAlertObject; -@import MVMCore.MVMCoreAlertObject; -@import MVMCore.MVMCoreViewControllerProtocol; -@import MVMCore.MVMCoreViewManagerViewControllerProtocol; -@import MVMCore.MVMCoreViewManagerProtocol; - -#import -#import -#import -#import -#import - -@class MainMenuViewController; -@class MVMCoreUITabBarPageControlViewController; -@class MVMAnimationManager; -@class DelegateObject; - -@interface MFViewController : UIViewController - -// Stores the load object that this screen was loaded with. -@property (nullable, strong, nonatomic) MVMCoreLoadObject *loadObject; - -// The current selected text field. -@property (nullable, weak, nonatomic) __block id selectedField; - -// Flags for if the master and support should be accessible. These are set initially and then checked everytime view will appear to make sure that the support and master buttons are showing if they should be. -// ** When set, they will update the support and master buttons -@property (nonatomic) BOOL masterShouldBeAccessible; -@property (nonatomic) BOOL supportShouldBeAccessible; - -// A flag for if we need to update the UI or not next time viewDidLayoutSubviews is called. -@property (nonatomic) BOOL needToUpdateUI; - -// flag used to tell if we need to updateViews based on rotation. -@property (nonatomic) BOOL needToupdateUIOnScreenSizeChanges; - - -// A flag for if this viewControler should trigger MFAnimationController's StartAnimations in viewDidAppear -@property (nonatomic) BOOL shouldTriggerStartAnimations; - -// The page type for this screen. -@property (nullable, strong, nonatomic) NSString *pageType; - -// Set if this page is containted in a manager. -@property (nullable, weak, nonatomic) UIViewController *manager; - -// Convenience for mf. Set if this page is containted in a tab bar page control. -@property (nullable, weak, nonatomic) MVMCoreUITabBarPageControlViewController *tabBarPageControl; - -/* The bottom progress view that is shown in the shop flow */ -@property (nullable, nonatomic, strong) UIProgressView *progressView; - -// The size of the previous screen configuration. Updates each rotate. -@property (nonatomic) CGSize previousScreenSize; - -// The current top alert showing page type -@property (nullable, nonatomic, strong) NSString *currentTopAlertPageType; - -#pragma mark - Helpers - -// Dismisses this screen. -- (void)dismiss; - -// Checks if this view controller is the visible one (not necessarily visible to user, but for the app). -- (BOOL)isVisibleViewController; - -// Registers the text field for the error key so that if there is a text field error with this key, the textfield will show the error. -- (void)registerTextField:(nonnull MFTextField *)textField forErrorKey:(nonnull NSString *)errorKey; - -// Returns if the screen size has changed. -- (BOOL)screenSizeChanged; - -/// If we have new data, this is called. It calls newDataBuildScreen and sets the ui to update. -- (void)newDataBuildAndUpdate; - -#pragma mark - Functions To Subclass - -// This view controller should subclass this function and check the load to make sure it has all the needed data. Fills the error object if there are any errors. Returns if we should finish the load or not. -- (BOOL)shouldFinishProcessingLoad:(nonnull MVMCoreLoadObject *)loadObject error:(MVMCoreErrorObject *_Nonnull *_Nonnull)error; - -// Sets the screen to use the screen heading. -// it is required in device flow, where we are showing greeting name as screen heading, -// device details screen heading needs to be updated/refreshed again, if user has changed device nick name -- (nullable NSString *)screenHeading; - -// properly set the screen heading message -- (void)setScreenHeadingMessage:(nullable NSString *)screenHeadingMessage; - -// There is new data and we need to reset the data for the screen. Refresh all logic based on json dictionary. Can put most view creation logic in here. -- (void)newDataBuildScreen; - -// A function that gets called on only the initial load. Meant for subclassing. -- (void)initialLoad __attribute__((objc_requires_super)); - -// Subclass this function to layout any subviews here. Update constraints based on the screen in here. -- (void)updateViews; - -// Called when the back button is pressed. Overwrite for special functionality. Default is to just popviewcontroller. -- (void)backButtonPressed; - -// Handles the error. Logs and shows to screen. -- (void)handleErrorAsPopup:(nonnull MVMCoreErrorObject *)error; - -#pragma mark - Response Handling - -// Called to begin observing for json updates. Called by default in view did load if pageTypesToListenFor returns an array with page types. -- (void)observeForResponseJSONUpdates; - -// Stops observing for json objects. -- (void)stopObservingForResponseJSONUpdates; - -// Returns an array of page types to observe for when we receive a response with JSON. Subclass this to have the ui update when the returned page types are cached. -- (nullable NSArray *)pageTypesToListenFor; - -// Returns an array of modules to observe for when we receive a response with JSON. Subclass this to have the ui update when the returned page types are cached. -- (nullable NSArray *)modulesToListenFor; - -/// The function that gets called by the notification center when the JSON is updated, if we have anything we are listening for (pageTypesToListenFor, modulesToListenFor). This function also tells the screen to update (newDataBuildAndUpdate) if we received new json that we were listening for. -- (void)responseJSONUpdated:(nonnull NSNotification *)notification; - -/// Sets the page on the load object. Default returns true. Return true if the page is loaded and newDataBuildAndUpdate needs to happen. Can subclass to avoid this. -- (BOOL)newPageLoaded:(nonnull NSDictionary *)page; - -/// Appends to the modules on the load object. Default returns true. Return true if the modules are loaded and newDataBuildAndUpdate needs to happen. Can subclass to avoid this. -- (BOOL)newModulesLoaded:(nonnull NSDictionary *)modules; - -/** Verifies that all needed modules are loaded - * @param loadObject The load data from the cache or server. - * @param error The error object passed in will be set in the case of an error. - * @return True if the calling process should continue. */ -+ (BOOL)verifyRequiredModulesLoadedForLoadObject:(nullable MVMCoreLoadObject *)loadObject error:(MVMCoreErrorObject *_Nonnull *_Nonnull)error; - -#pragma mark - Navigation Item, Menu, Support, Top Alert - -// overide to set the navigation bar tint color -- (nullable UIColor *)navigationBarTintColor; - -// Sets the navigation bar color when the screen is loaded. Can be subclassed to change this logic. -- (nonnull UIColor *)navigationBarColor; - -// Default is no. -- (BOOL)navigationBarHidden; - -// Default is no. -- (BOOL)navigationBarTransparent; - -// Handles the navigation bar ui. -- (void)updateNavigationBarUI:(nonnull UINavigationController *)navigationController; - -// Returns if the master panel is initially accessible or not. This is always true in the base class. Subclass to override. -- (BOOL)isMasterInitiallyAccessible; - -// Returns if the support panel is initially accessible or not. This is always true in the base class. Subclass to override. -- (BOOL)isSupportInitiallyAccessible; - -// This returns a server driven flag. By default we don't show support before launchapp unless server says otherwise. -- (BOOL)showRightPanelForScreenBeforeLaunchApp; - -// Called when the user presses a menu option. Determines if we should load the option the default way or not. -- (BOOL)mainTableView:(nonnull MainMenuViewController *)mainTableView shouldSelectOptionAtIndexPath:(nonnull NSIndexPath *)indexPath; - -#pragma mark - UITextField Functions - -// Resigns the first responder. -- (IBAction)textFieldDoneEditing:(nullable id)sender; - -// Dismisses the keyboard. -- (void)dismissFieldInput:(nullable id)sender; - -#pragma mark - TableView - -// For subclassing, returns the number of sections for table. Use this function instead of numberOfSectionsForTableview. -- (NSInteger)getNumberOfSections; - -#pragma mark - ButtonDelegateProtocol - -// Returns YES by default. -- (BOOL)button:(nonnull NSObject *)button shouldPerformActionWithMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData; - -#pragma mark - MVMCoreActionDelegateProtocol - -// track the action which is fired -- (void)logActionWithActionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// Asks the load handler to load. standard. -- (void)handleOpenPageForRequestParameters:(nonnull MVMCoreRequestParameters *)requestParameters actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData NS_REQUIRES_SUPER; - -// Calls dismiss -- (void)handleBackAction:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// This will try to load the previous submission by default and append any additional data. -- (void)prepareRequestForPreviousSubmission:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData submit:(nonnull void (^)(MVMCoreRequestParameters * _Nonnull requestParameters, NSDictionary * _Nullable dataForPage))submit; - -// Does nothing at the moment. -- (void)willShowPopupWithAlertObject:(nonnull MVMCoreAlertObject *)alertObject alertJson:(nonnull NSDictionary *)alertJson; - -// Handle cancel -- (void)handleCancel:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// Calls the default. See MVMCoreActionHandler -- (void)handleUnknownActionType:(nullable NSString *)actionType actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// Calls the default. See MVMCoreActionHandler -- (void)handleActionError:(nonnull MVMCoreErrorObject *)error additionalData:(nullable NSDictionary *)additionalData; - -// Does nothing -- (void)prepareForOpenOtherAppModule:(nullable NSString *)module; - -#pragma mark - MVMCoreLoadDelegateProtocol - -/////----------------------------------------------------------------------------------- -// Standard Protocol Functions (refer to the MVMCoreLoadDelegateProtocol for more. -// Listed here in the .h so subclass could call [super] if need be. - -// By default, returns YES. -- (BOOL)shouldContinueToErrorPage:(nonnull MVMCoreLoadObject *)loadObject error:(nullable MVMCoreErrorObject *)error; - -// Calls the default, see LoadHandler. -- (BOOL)handleModuleError:(nonnull NSString *)module loadObject:(nonnull MVMCoreLoadObject *)loadObject error:(nonnull MVMCoreErrorObject *)error; - -// By default, lets the alert object handle showing itself. -- (nullable MVMCoreAlertObject *)alertObjectToShow:(nonnull MVMCoreLoadObject *)loadObject error:(nullable MVMCoreErrorObject *)errorObject; - -// By default, goes through all of the fields register with registerTextField and sets the error for them if needed. -- (void)handleFieldErrors:(nullable NSArray *)fieldErrors loadObject:(nonnull MVMCoreLoadObject *)loadObject; - -// Calls the default, see LoadHandler. -- (void)loadFinished:(nullable MVMCoreLoadObject *)loadObject loadedViewController:(nullable MFViewController *)loadedViewController error:(nullable MVMCoreErrorObject *)error __attribute__((objc_requires_super)); - -// By default, does nothing. -- (void)loadCancelled:(nullable MVMCoreLoadObject *)loadObject; - -#pragma mark - adobe analytics - -// add any addtional track data for the action that is fired with the main action informaiton. -- (nullable NSArray *)additionalActionsToTrackWithMainActionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// Returns action track data, it can be overrided for customization -- (nullable NSDictionary *)getActionTrackDataDictionaryForActionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -// Initiates track page state -- (void)adobeTrackPageState; - -// can be subclassed to return any additional data for action tracking -- (nullable NSDictionary *)additionalDataToTrackActionWithActionInformation:(nullable NSDictionary *)actionInformation; - -// can be subclassed to return any additional data for page tracking -- (nullable NSDictionary *)additionalDataToTrackForPage; - -// can be subclased to return dynamic pagename values for page tracking -- (nullable NSArray *)dynamicPageNameValuesToTrackPage; - -#pragma mark - Animation - -// main manager used for intro animations -@property (nullable, strong, nonatomic) MVMAnimationManager *introAnimationManager; -// property to check if controller has animations disabled -@property (assign) BOOL disableAnimations; - -// subclass to set up intro animations -- (void)setupIntroAnimations; - -@end - diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUI-Swift.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUI-Swift.h deleted file mode 100644 index 48ff45a..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUI-Swift.h +++ /dev/null @@ -1,945 +0,0 @@ -// Generated by Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#include -#include -#include -#include - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) -#endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) -#endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) -#endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE -#endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT -#endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif - -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif - -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif - -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -#endif -#if __has_feature(modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import CoreGraphics; -@import Foundation; -@import MVMCore; -@import ObjectiveC; -@import UIKit; -#endif - -#import - -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="MVMCoreUI",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -@class PrimaryButton; -@class NSCoder; -@class MVMCoreUIDelegateObject; -@class UIView; -@protocol MVMCoreUIMoleculeViewProtocol; - -SWIFT_CLASS("_TtC9MVMCoreUI10ButtonView") -@interface ButtonView : ViewConstrainingView -@property (nonatomic, strong) PrimaryButton * _Nullable primaryButton; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithButtonSmall:(BOOL)small enabled:(BOOL)enabled; -- (nonnull instancetype)initWithJSON:(NSDictionary * _Nullable)json additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject OBJC_DESIGNATED_INITIALIZER; -- (void)reset; -- (void)updateView:(CGFloat)size; -- (void)setupView; -- (void)setAsMolecule; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -- (BOOL)copyBackgroundColor SWIFT_WARN_UNUSED_RESULT; -- (void)setLeftPinConstant:(CGFloat)constant; -- (void)setRightPinConstant:(CGFloat)constant; -- (void)resetConstraints; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment SWIFT_UNAVAILABLE; -@end - -@class NSNumber; -@class UIColor; - -SWIFT_CLASS("_TtC9MVMCoreUI11CaretButton") -@interface CaretButton : MFCustomButton -@property (nonatomic, strong) UIView * _Nullable rightView; -@property (nonatomic, strong) NSNumber * _Nullable rightViewHeight; -@property (nonatomic, strong) NSNumber * _Nullable rightViewWidth; -@property (nonatomic, strong) UIColor * _Nonnull enabledColor; -@property (nonatomic, strong) UIColor * _Nonnull disabledColor; -- (void)layoutSubviews; -- (void)updateView:(CGFloat)size; -- (void)setAsMolecule; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (BOOL)needsToBeConstrained SWIFT_WARN_UNUSED_RESULT; -- (UIStackViewAlignment)alignment SWIFT_WARN_UNUSED_RESULT; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI9CaretView") -@interface CaretView : MFView -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) CGFloat thin;) -+ (CGFloat)thin SWIFT_WARN_UNUSED_RESULT; -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) CGFloat standard;) -+ (CGFloat)standard SWIFT_WARN_UNUSED_RESULT; -SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) CGFloat thick;) -+ (CGFloat)thick SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -/// Can init with a specific line width. -- (nonnull instancetype)initWithLineWidth:(CGFloat)lineWidth OBJC_DESIGNATED_INITIALIZER; -/// Can init with a specific line thickness, scales based on width and height. -- (nonnull instancetype)initWithLineThickness:(CGFloat)lineThickness OBJC_DESIGNATED_INITIALIZER; -- (void)setupView; -- (void)drawRect:(CGRect)rect; -- (void)setLineColor:(UIColor * _Nullable)color; -- (void)setAsMolecule; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (BOOL)needsToBeConstrained SWIFT_WARN_UNUSED_RESULT; -- (UIStackViewAlignment)alignment SWIFT_WARN_UNUSED_RESULT; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI8Carousel") -@interface Carousel : ViewConstrainingView -- (void)setupView; -- (void)updateView:(CGFloat)size; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)shouldSetHorizontalMargins:(BOOL)shouldSet; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - -@class UICollectionView; -@class UICollectionViewCell; - -@interface Carousel (SWIFT_EXTENSION(MVMCoreUI)) -- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; -- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -@end - -@class UICollectionViewLayout; - -@interface Carousel (SWIFT_EXTENSION(MVMCoreUI)) -- (CGSize)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -- (void)collectionView:(UICollectionView * _Nonnull)collectionView didEndDisplayingCell:(UICollectionViewCell * _Nonnull)cell forItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath; -@end - -@class UIScrollView; - -@interface Carousel (SWIFT_EXTENSION(MVMCoreUI)) -- (void)scrollViewDidScroll:(UIScrollView * _Nonnull)scrollView; -- (void)scrollViewWillBeginDragging:(UIScrollView * _Nonnull)scrollView; -- (void)scrollViewWillEndDragging:(UIScrollView * _Nonnull)scrollView withVelocity:(CGPoint)velocity targetContentOffset:(CGPoint * _Nonnull)targetContentOffset; -- (void)scrollViewDidEndScrollingAnimation:(UIScrollView * _Nonnull)scrollView; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI8DashLine") -@interface DashLine : MFView -@property (nonatomic, strong) UIColor * _Nullable dashColor; -- (void)updateView:(CGFloat)size; -- (void)drawRect:(CGRect)rect; -- (void)setAsMolecule; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - -@class FormValidator; - -SWIFT_PROTOCOL("_TtP9MVMCoreUI22FormValidationProtocol_") -@protocol FormValidationProtocol -@optional -- (FormValidator * _Nullable)formValidatorModel SWIFT_WARN_UNUSED_RESULT; -- (BOOL)isValidField SWIFT_WARN_UNUSED_RESULT; -- (void)enableField:(BOOL)enable; -- (NSString * _Nullable)formFieldName SWIFT_WARN_UNUSED_RESULT; -- (id _Nullable)formFieldValue SWIFT_WARN_UNUSED_RESULT; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI13FormValidator") -@interface FormValidator : NSObject -- (void)insertMolecule:(UIView * _Nonnull)molecule; -+ (FormValidator * _Nullable)getFormValidatorForDelegate:(id _Nonnull)delegate SWIFT_WARN_UNUSED_RESULT; -+ (void)setupValidationWithMolecule:(UIView * _Nonnull)molecule delegate:(id _Nullable)delegate; -- (void)enableByValidation; -- (void)shouldEnable:(BOOL)enable; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -@class MVMCoreRequestParameters; - -@interface FormValidator (SWIFT_EXTENSION(MVMCoreUI)) -- (void)addFormParamsWithRequestParameters:(MVMCoreRequestParameters * _Nonnull)requestParameters; -- (NSDictionary * _Nonnull)getFormParams SWIFT_WARN_UNUSED_RESULT; -@end - -@class MFTextField; - -@interface FormValidator (SWIFT_EXTENSION(MVMCoreUI)) -- (void)dismissFieldInput:(id _Nullable)sender; -- (void)entryIsValid:(MFTextField * _Nullable)textfield; -- (void)entryIsInvalid:(MFTextField * _Nullable)textfield; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI12HeadlineBody") -@interface HeadlineBody : ViewConstrainingView -- (void)updateView:(CGFloat)size; -- (void)setupView; -- (void)setLeftPinConstant:(CGFloat)constant; -- (void)setRightPinConstant:(CGFloat)constant; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)reset; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI17ImageHeadlineBody") -@interface ImageHeadlineBody : ViewConstrainingView -- (void)setupView; -- (void)updateView:(CGFloat)size; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)setAsMolecule; -- (void)reset; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - -@class MFSizeObject; -@class DelegateObject; -@class UIFont; - -SWIFT_CLASS("_TtC9MVMCoreUI5Label") -@interface Label : UILabel -@property (nonatomic) BOOL makeWholeViewClickable; -/// Set this property if you want updateView to update the font based on this standard and the size passed in. -@property (nonatomic) CGFloat standardFontSize; -/// Set this to use a custom sizing object during updateView instead of the standard. -@property (nonatomic, strong) MFSizeObject * _Nullable sizeObject; -@property (nonatomic, strong) NSNumber * _Nullable scaleSize; -@property (nonatomic, readonly) BOOL hasText; -- (void)setupView; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithStandardFontSize:(CGFloat)size; -/// H1 -> HeadlineLarge -+ (Label * _Nonnull)commonLabelH1:(BOOL)scale SWIFT_WARN_UNUSED_RESULT; -/// H2 -> Headline -+ (Label * _Nonnull)commonLabelH2:(BOOL)scale SWIFT_WARN_UNUSED_RESULT; -/// H3 -> SubHead -+ (Label * _Nonnull)commonLabelH3:(BOOL)scale SWIFT_WARN_UNUSED_RESULT; -+ (Label * _Nonnull)commonLabelH32:(BOOL)scale SWIFT_WARN_UNUSED_RESULT; -/// B1 -> SubTitle -+ (Label * _Nonnull)commonLabelB1:(BOOL)scale SWIFT_WARN_UNUSED_RESULT; -/// B2 -> Body -+ (Label * _Nonnull)commonLabelB2:(BOOL)scale SWIFT_WARN_UNUSED_RESULT; -/// B3 -> Legal -+ (Label * _Nonnull)commonLabelB3:(BOOL)scale SWIFT_WARN_UNUSED_RESULT; -+ (Label * _Nonnull)commonLabelB20:(BOOL)scale SWIFT_WARN_UNUSED_RESULT; -+ (Label * _Nonnull)label SWIFT_WARN_UNUSED_RESULT; -+ (void)setLabel:(UILabel * _Nullable)label withHTML:(NSString * _Nullable)html; -+ (void)setUILabel:(UILabel * _Nullable)label withJSON:(NSDictionary * _Nullable)json delegate:(DelegateObject * _Nullable)delegate additionalData:(NSDictionary * _Nullable)additionalData; -- (void)styleH1:(BOOL)scale; -- (void)styleH2:(BOOL)scale; -- (void)styleH3:(BOOL)scale; -- (void)styleH32:(BOOL)scale; -- (void)styleB1:(BOOL)scale; -- (void)styleB2:(BOOL)scale; -- (void)styleB3:(BOOL)scale; -- (void)styleB20:(BOOL)scale; -- (void)updateView:(CGFloat)size; -- (void)setFont:(UIFont * _Nonnull)font scale:(BOOL)scale; -- (void)setScale:(BOOL)scale; -/// Appends an external link image to the end of the attributed string. -- (void)addExternalLinkIcon; -@end - - -@interface Label (SWIFT_EXTENSION(MVMCoreUI)) -- (void)reset; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)setAsMolecule; -- (BOOL)needsToBeConstrained SWIFT_WARN_UNUSED_RESULT; -- (UIStackViewAlignment)alignment SWIFT_WARN_UNUSED_RESULT; -- (BOOL)copyBackgroundColor SWIFT_WARN_UNUSED_RESULT; -@end - - -@interface Label (SWIFT_EXTENSION(MVMCoreUI)) -/// Reseting to default Label values. -- (void)clearActionableClauses; -- (void (^ _Nonnull)(void))createActionBlockFromActionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -/// Provides an actionable range of text. -/// attention: -/// This method expects text to be set first. Otherwise, it will do nothing. -/// \param range The range of text to be tapped. -/// -/// \param actionBlock The code triggered when tapping the range of text. -/// -- (void)addTappableLinkAttributeWithRange:(NSRange)range actionBlock:(void (^ _Nonnull)(void))actionBlock; -/// Provides an actionable range of text. -/// attention: -/// This method expects text to be set first. Otherwise, it will do nothing. -/// \param range The range of text to be tapped. -/// -/// \param actionMap -/// -/// \param delegate -/// -/// \param additionalData -/// -- (void)addTappableLinkAttributeWithRange:(NSRange)range actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -@end - -@class NSAttributedString; -@class UIAccessibilityCustomAction; -@protocol MVMCoreActionDelegateProtocol; -@protocol ButtonDelegateProtocol; - -SWIFT_CLASS("_TtC9MVMCoreUI23LabelWithInternalButton") SWIFT_DEPRECATED_MSG("Use Label instead.") -@interface LabelWithInternalButton : UIControl -@property (nonatomic, weak) Label * _Nullable label; -@property (nonatomic, strong) NSAttributedString * _Nullable attributedText; -@property (nonatomic, strong) UIFont * _Nullable normalTextFont; -@property (nonatomic, strong) UIFont * _Nullable actionTextFont; -@property (nonatomic, strong) UIColor * _Nonnull normalTextColor; -@property (nonatomic, strong) UIColor * _Nonnull actionTextColor; -@property (nonatomic, copy) void (^ _Nullable actionBlock)(void); -@property (nonatomic) BOOL makeWholeViewClickable; -@property (nonatomic, getter=isEnabled) BOOL enabled; -@property (nonatomic, copy) NSString * _Nullable frontText; -@property (nonatomic, copy) NSString * _Nullable actionText; -@property (nonatomic, copy) NSString * _Nullable backText; -@property (nonatomic, copy) NSString * _Nullable text; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrontText:(NSString * _Nullable)frontText actionText:(NSString * _Nullable)actionText backText:(NSString * _Nullable)backText actionBlock:(void (^ _Nullable)(void))block OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithActionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (nonnull instancetype)initWithFrontText:(NSString * _Nullable)frontText backText:(NSString * _Nullable)backText actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (nonnull instancetype)initWithFrontText:(NSString * _Nullable)frontText actionText:(NSString * _Nullable)actionText backText:(NSString * _Nullable)backText actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithClickableTextEmbeddedInCurlyBraces:(NSString * _Nullable)fullText actionMapForClickableText:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (nonnull instancetype)initWithText:(NSString * _Nullable)fullText startTag:(NSString * _Nullable)startTag endTag:(NSString * _Nullable)endTag actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject OBJC_DESIGNATED_INITIALIZER; -- (void)setActionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (void)setFrontText:(NSString * _Nullable)frontText actionText:(NSString * _Nullable)actionText actionMap:(NSDictionary * _Nullable)actionMap backText:(NSString * _Nullable)backText additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (void)setFrontText:(NSString * _Nullable)frontText actionMap:(NSDictionary * _Nullable)actionMap backText:(NSString * _Nullable)backText additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (void)setFrontAttributedText:(NSAttributedString * _Nullable)frontAttributedText actionMap:(NSDictionary * _Nullable)actionMap backAttributedText:(NSAttributedString * _Nullable)backAttributedText addNewLine:(BOOL)addNewLine additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (void)updateView:(CGFloat)size; -- (void)setCurlyBracedText:(NSString * _Nonnull)text; -- (void)setTextWithClickableTextEmbeddedInCurlyBraces:(NSString * _Nullable)text textAttributes:(NSDictionary * _Nullable)attributes actionMapForClickableText:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (void)setWithText:(NSString * _Nullable)fullText startTag:(NSString * _Nullable)startTag endTag:(NSString * _Nullable)endTag actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (void)setFrontAttributedText:(NSAttributedString * _Nullable)frontAttributedText actionMap:(NSDictionary * _Nullable)actionMap backAttributedText:(NSAttributedString * _Nullable)backAttributedText additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (void)setAlignment:(NSTextAlignment)textAlignment; -- (void)setAlternateActionTextAttributes:(NSDictionary * _Nullable)attributes; -- (void)setAlternateNormalTextAttributes:(NSDictionary * _Nullable)attributes; -- (void)setActionTextString:(NSString * _Nullable)actionText; -/// Used to just reset the texts and actions if already initialized -- (void)resetWithActionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(DelegateObject * _Nullable)delegateObject; -- (NSString * _Nullable)replaceSpaceWithFakeSpace:(NSString * _Nullable)string SWIFT_WARN_UNUSED_RESULT; -- (BOOL)accessibilityActivate SWIFT_WARN_UNUSED_RESULT; -- (UIAccessibilityCustomAction * _Nullable)accessibilityCustomAction SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)initWithFrontText:(NSString * _Nullable)frontText actionText:(NSString * _Nullable)actionText backText:(NSString * _Nullable)backText actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate buttonDelegate:(id _Nullable)buttonDelegate OBJC_DESIGNATED_INITIALIZER SWIFT_DEPRECATED; -- (nonnull instancetype)initWithActionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate buttonDelegate:(id _Nullable)buttonDelegate SWIFT_DEPRECATED; -- (nonnull instancetype)initWithFrontText:(NSString * _Nullable)frontText backText:(NSString * _Nullable)backText actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate buttonDelegate:(id _Nullable)buttonDelegate SWIFT_DEPRECATED; -- (nonnull instancetype)initWithFrontText:(NSString * _Nullable)frontText actionText:(NSString * _Nullable)actionText backText:(NSString * _Nullable)backText actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate SWIFT_DEPRECATED; -- (nonnull instancetype)initWithActionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate SWIFT_DEPRECATED; -- (nonnull instancetype)initWithFrontText:(NSString * _Nullable)frontText backText:(NSString * _Nullable)backText actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate SWIFT_DEPRECATED; -- (nonnull instancetype)initWithClickableTextEmbeddedInCurlyBraces:(NSString * _Nullable)fullText actionMapForClickableText:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate SWIFT_DEPRECATED; -- (nonnull instancetype)initWithText:(NSString * _Nullable)fullText startTag:(NSString * _Nullable)startTag endTag:(NSString * _Nullable)endTag actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate OBJC_DESIGNATED_INITIALIZER SWIFT_DEPRECATED; -- (void)setFrontText:(NSString * _Nullable)frontText actionMap:(NSDictionary * _Nullable)actionMap backText:(NSString * _Nullable)backText additionalData:(NSDictionary * _Nullable)additionalData delegate:(id _Nullable)delegate buttonDelegate:(id _Nullable)buttonDelegate SWIFT_DEPRECATED; -- (void)setFrontText:(NSString * _Nullable)frontText actionText:(NSString * _Nullable)actionText actionMap:(NSDictionary * _Nullable)actionMap backText:(NSString * _Nullable)backText additionalData:(NSDictionary * _Nullable)additionalData delegate:(id _Nullable)delegate buttonDelegate:(id _Nullable)buttonDelegate SWIFT_DEPRECATED; -- (void)setFrontAttributedText:(NSAttributedString * _Nullable)frontAttributedText actionMap:(NSDictionary * _Nullable)actionMap backAttributedText:(NSAttributedString * _Nullable)backText additionalData:(NSDictionary * _Nullable)additionalData delegate:(id _Nullable)delegate buttonDelegate:(id _Nullable)buttonDelegate SWIFT_DEPRECATED; -- (void)setActionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate SWIFT_DEPRECATED; -- (void)setTextWithClickableTextEmbeddedInCurlyBraces:(NSString * _Nullable)text textAttributes:(NSDictionary * _Nullable)attributes actionMapForClickableText:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate SWIFT_DEPRECATED; -- (void)setWithText:(NSString * _Nullable)fullText startTag:(NSString * _Nullable)startTag endTag:(NSString * _Nullable)endTag actionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData actionDelegate:(id _Nullable)delegate SWIFT_DEPRECATED; -- (void)setFrontText:(NSString * _Nullable)frontText actionMap:(NSDictionary * _Nullable)actionMap backText:(NSString * _Nullable)backText additionalData:(NSDictionary * _Nullable)additionalData delegate:(id _Nullable)delegate SWIFT_DEPRECATED; -- (void)setFrontAttributedText:(NSAttributedString * _Nullable)frontAttributedText actionMap:(NSDictionary * _Nullable)actionMap backAttributedText:(NSAttributedString * _Nullable)backAttributedText additionalData:(NSDictionary * _Nullable)additionalData delegate:(id _Nullable)delegate SWIFT_DEPRECATED; -- (void)setFrontAttributedText:(NSAttributedString * _Nullable)frontAttributedText actionMap:(NSDictionary * _Nullable)actionMap backAttributedText:(NSAttributedString * _Nullable)backAttributedText addNewLine:(BOOL)addNewLine additionalData:(NSDictionary * _Nullable)additionalData delegate:(id _Nullable)delegate SWIFT_DEPRECATED; -/// Used to just reset the texts and actions if already initialized -- (void)resetWithActionMap:(NSDictionary * _Nullable)actionMap additionalData:(NSDictionary * _Nullable)additionalData delegate:(id _Nullable)delegate SWIFT_DEPRECATED; -- (void)setAsMolecule; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI18LeftRightLabelView") -@interface LeftRightLabelView : ViewConstrainingView -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithJson:(NSDictionary * _Nullable)json delegateObject:(DelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)setupView; -- (void)updateView:(CGFloat)size; -- (void)reset; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(DelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment SWIFT_UNAVAILABLE; -@end - -@class MFLoadingSpinner; -@class MFTransparentGIFView; - -SWIFT_CLASS("_TtC9MVMCoreUI15MFLoadImageView") -@interface MFLoadImageView : ViewConstrainingView -@property (nonatomic, readonly, strong) MFLoadingSpinner * _Nonnull loadingSpinner; -@property (nonatomic, readonly, strong) MFTransparentGIFView * _Nonnull imageView; -@property (nonatomic) BOOL addSizeConstraintsForAspectRatio; -- (nonnull instancetype)initWithPinnedEdges:(UIRectEdge)edge OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -- (void)pinEdges:(UIRectEdge)edge; -- (void)setupView; -- (MVMCoreGetImageBlock _Nonnull)defaultCompletionBlock SWIFT_WARN_UNUSED_RESULT; -- (BOOL)shouldLoadImageWithName:(NSString * _Nullable)imageName width:(CGFloat)width SWIFT_WARN_UNUSED_RESULT; -- (void)setAsMolecule; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)loadImageWithName:(NSString * _Nullable)imageName format:(NSString * _Nullable)format width:(NSNumber * _Nullable)width height:(NSNumber * _Nullable)height customFallbackImage:(NSString * _Nullable)customFallbackImage completionHandler:(MVMCoreGetImageBlock _Nonnull)completionHandler; -- (void)loadCroppedImageWithName:(NSString * _Nullable)imageName width:(NSNumber * _Nullable)width height:(NSNumber * _Nullable)height cropRect:(CGRect)cropRect flipImage:(BOOL)flipImage customFallbackImage:(NSString * _Nullable)customFallbackImage; -- (void)loadImageWithName:(NSString * _Nullable)imageName; -- (void)loadImageWithName:(NSString * _Nullable)imageName width:(NSNumber * _Nullable)width; -- (void)loadImageWithName:(NSString * _Nullable)imageName height:(NSNumber * _Nullable)height; -- (void)loadImageWithName:(NSString * _Nullable)imageName width:(NSNumber * _Nullable)width height:(NSNumber * _Nullable)height; -- (void)loadImageWithName:(NSString * _Nullable)imageName format:(NSString * _Nullable)format width:(NSNumber * _Nullable)width height:(NSNumber * _Nullable)height; -- (void)loadImageWithName:(NSString * _Nullable)imageName width:(NSNumber * _Nullable)width height:(NSNumber * _Nullable)height customFallbackImage:(NSString * _Nullable)customFallbackImage; -- (void)loadImageWithName:(NSString * _Nullable)imageName width:(NSNumber * _Nullable)width height:(NSNumber * _Nullable)height completionHandler:(MVMCoreGetImageBlock _Nonnull)completionHandler; -- (void)loadImageWithName:(NSString * _Nullable)imageName format:(NSString * _Nullable)format width:(NSNumber * _Nullable)width height:(NSNumber * _Nullable)height customFallbackImage:(NSString * _Nullable)customFallbackImage; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI19MFTextFieldListView") -@interface MFTextFieldListView : ViewConstrainingView -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)decoder OBJC_DESIGNATED_INITIALIZER; -- (void)updateView:(CGFloat)size; -- (void)setupView; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; -@end - -@class UITextField; - -@interface MFTextFieldListView (SWIFT_EXTENSION(MVMCoreUI)) -- (void)textFieldDidEndEditing:(UITextField * _Nonnull)textField; -- (void)dismissFieldInput:(id _Nullable)sender; -- (BOOL)textFieldShouldReturn:(UITextField * _Nonnull)textField SWIFT_WARN_UNUSED_RESULT; -- (void)textFieldDidBeginEditing:(UITextField * _Nonnull)textField; -- (void)entryIsValid:(MFTextField * _Nullable)textfield; -- (void)entryIsInvalid:(MFTextField * _Nullable)textfield; -@end - -@class UIImage; - -SWIFT_CLASS("_TtC9MVMCoreUI20MFTransparentGIFView") -@interface MFTransparentGIFView : FLAnimatedImageView -/// Creates the GIF display view with the passed in frame. -/// frame: frame to set the view to. -/// ImageName: name of the .gif to load. Should not contain the extension. -/// StartImmediately: should the gif immeidately begin playing. If YES, it will start. If NO, call [performAnimations] to start it. -/// Duration: how long the animation takes to loop. Pass a negative value to use the default. -/// LoopCompletionBlock: a block called whenever the gif finishes a loop. -/// animatedImage : set as nil when use this view in reusable cell -- (nonnull instancetype)initWithFrame:(CGRect)frame imageName:(NSString * _Nonnull)imageName startImmediately:(BOOL)startImmediately duration:(NSTimeInterval)duration loopCompletionBlock:(void (^ _Nullable)(NSUInteger))loopCompletionBlock OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; -- (void)loadImage:(NSString * _Nonnull)imageName startImmediately:(BOOL)startImmediately duration:(NSTimeInterval)duration loopCompletionBlock:(void (^ _Nullable)(NSUInteger))loopCompletionBlock; -- (void)loadGifWithData:(NSData * _Nonnull)imageData; -- (void)performAnimations; -- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image SWIFT_UNAVAILABLE; -- (nonnull instancetype)initWithImage:(UIImage * _Nullable)image highlightedImage:(UIImage * _Nullable)highlightedImage SWIFT_UNAVAILABLE; -@end - -@protocol MoleculeDelegateProtocol; - -SWIFT_CLASS("_TtC9MVMCoreUI23MVMCoreUIDelegateObject") -@interface MVMCoreUIDelegateObject : DelegateObject -@property (nonatomic, weak) id _Nullable formValidationProtocol; -@property (nonatomic, weak) id _Nullable buttonDelegate; -@property (nonatomic, weak) id _Nullable uiTextFieldDelegate; -@property (nonatomic, weak) id _Nullable moleculeDelegate; -- (void)setAllWithDelegate:(id _Nonnull)delegate; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -@class MVMCoreErrorObject; - -SWIFT_CLASS("_TtC9MVMCoreUI14ModuleMolecule") -@interface ModuleMolecule : ViewConstrainingView -- (void)updateView:(CGFloat)size; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)setAsMolecule; -- (void)reset; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nullable)nameForReuse:(NSDictionary * _Nullable)molecule delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -+ (NSArray * _Nullable)requiredModules:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject error:(MVMCoreErrorObject * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT; -- (BOOL)useStandardConstraints SWIFT_WARN_UNUSED_RESULT; -- (void)alignHorizontal:(UIStackViewAlignment)alignment; -- (void)alignVertical:(UIStackViewAlignment)alignment; -- (void)shouldSetHorizontalMargins:(BOOL)shouldSet; -- (void)shouldSetVerticalMargins:(BOOL)shouldSet; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI26MoleculeCollectionViewCell") -@interface MoleculeCollectionViewCell : UICollectionViewCell -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -- (void)setupView; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)reset; -+ (NSString * _Nullable)nameForReuse:(NSDictionary * _Nullable)molecule delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -- (void)updateView:(CGFloat)size; -@end - -@class NSBundle; - -SWIFT_CLASS("_TtC9MVMCoreUI29ThreeLayerTableViewController") -@interface ThreeLayerTableViewController : MFProgrammaticTableViewController -- (void)updateViews; -- (void)newDataBuildScreen; -- (void)viewDidLoad; -- (void)updateViewConstraints; -- (void)scrollViewDidScroll:(UIScrollView * _Nonnull)scrollView; -- (void)setupIntroAnimations; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - -@class MVMCoreLoadObject; -@class UITableView; -@class UITableViewCell; - -SWIFT_CLASS("_TtC9MVMCoreUI20MoleculeListTemplate") -@interface MoleculeListTemplate : ThreeLayerTableViewController -@property (nonatomic, strong) MVMCoreLoadObject * _Nullable loadObject; -- (void)newDataBuildScreen; -- (void)registerWithTable; -- (CGFloat)tableView:(UITableView * _Nonnull)tableView estimatedHeightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; -- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; -- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath; -- (NSArray * _Nullable)pageTypesToListenFor SWIFT_WARN_UNUSED_RESULT; -- (NSArray * _Nullable)modulesToListenFor SWIFT_WARN_UNUSED_RESULT; -- (void)moleculeLayoutUpdated:(UIView * _Nonnull)molecule; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI24ThreeLayerViewController") -@interface ThreeLayerViewController : ProgrammaticScrollViewController -- (void)updateViews; -- (void)updateViewConstraints; -- (void)loadView; -- (void)newDataBuildScreen; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI21MoleculeStackTemplate") -@interface MoleculeStackTemplate : ThreeLayerViewController -@property (nonatomic, strong) MVMCoreLoadObject * _Nullable loadObject; -- (NSArray * _Nullable)pageTypesToListenFor SWIFT_WARN_UNUSED_RESULT; -- (NSArray * _Nullable)modulesToListenFor SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI29MoleculeStackCenteredTemplate") -@interface MoleculeStackCenteredTemplate : MoleculeStackTemplate -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - - -SWIFT_CLASS("_TtC9MVMCoreUI17MoleculeStackView") -@interface MoleculeStackView : ViewConstrainingView -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -- (void)setupView; -- (void)updateView:(CGFloat)size; -- (void)reset; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -+ (NSString * _Nullable)nameForReuse:(NSDictionary * _Nullable)molecule delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -+ (NSArray * _Nullable)requiredModules:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject error:(MVMCoreErrorObject * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment SWIFT_UNAVAILABLE; -@end - -@class SeparatorView; - -SWIFT_CLASS("_TtC9MVMCoreUI21MoleculeTableViewCell") -@interface MoleculeTableViewCell : UITableViewCell -@property (nonatomic, strong) UIView * _Nullable molecule; -@property (nonatomic, copy) NSDictionary * _Nullable json; -@property (nonatomic) BOOL updateViewHorizontalDefaults; -@property (nonatomic) BOOL updateViewVerticalDefaults; -@property (nonatomic, strong) CaretView * _Nullable caretView; -@property (nonatomic, strong) SeparatorView * _Nullable topSeparatorView; -@property (nonatomic, strong) SeparatorView * _Nullable bottomSeparatorView; -- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -- (void)updateView:(CGFloat)size; -- (void)setupView; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)reset; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -+ (NSString * _Nullable)nameForReuse:(NSDictionary * _Nullable)molecule delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -+ (NSArray * _Nullable)requiredModules:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject error:(MVMCoreErrorObject * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT; -/// Adds the standard mvm style caret to the accessory view -- (void)addCaretViewAccessory; -/// For when the separator between cells shows using json and frequency. Default is type: standard, frequency: allExceptTop. -- (void)setSeparatorWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData indexPath:(NSIndexPath * _Nonnull)indexPath; -- (void)didSelectCellAtIndex:(NSIndexPath * _Nonnull)indexPath delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI11ProgressBar") -@interface ProgressBar : UIProgressView -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI20ProgressBarWithLabel") -@interface ProgressBarWithLabel : ViewConstrainingView -- (BOOL)needsToBeConstrained SWIFT_WARN_UNUSED_RESULT; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)setupView; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI8Scroller") -@interface Scroller : ViewConstrainingView -@property (nonatomic, readonly, strong) UIScrollView * _Nonnull scrollView; -@property (nonatomic, readonly, strong) UIView * _Nonnull contentView; -- (void)setupView; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI18StandardFooterView") -@interface StandardFooterView : ViewConstrainingView -- (void)setupView; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI18StandardHeaderView") -@interface StandardHeaderView : ViewConstrainingView -- (void)updateView:(CGFloat)size; -- (void)setupView; -- (void)setLeftPinConstant:(CGFloat)constant; -- (void)setRightPinConstant:(CGFloat)constant; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)reset; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - -@class MVMCoreUISwitch; - -SWIFT_CLASS("_TtC9MVMCoreUI6Switch") -@interface Switch : ViewConstrainingView -@property (nonatomic, strong) MVMCoreUISwitch * _Nonnull mvmSwitch; -- (void)setupView; -- (void)updateView:(CGFloat)size; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (BOOL)isValidField SWIFT_WARN_UNUSED_RESULT; -- (NSString * _Nullable)formFieldName SWIFT_WARN_UNUSED_RESULT; -- (id _Nullable)formFieldValue SWIFT_WARN_UNUSED_RESULT; -- (BOOL)needsToBeConstrained SWIFT_WARN_UNUSED_RESULT; -- (UIStackViewAlignment)alignment SWIFT_WARN_UNUSED_RESULT; -+ (CGFloat)estimatedHeightForRow:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_WARN_UNUSED_RESULT; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - -@class MFTextButton; - -SWIFT_CLASS("_TtC9MVMCoreUI14SwitchLineItem") -@interface SwitchLineItem : ViewConstrainingView -@property (nonatomic, strong) Switch * _Nonnull mvmSwitch; -@property (nonatomic, strong) Label * _Nonnull label; -@property (nonatomic, strong) UIView * _Nonnull leftContainerView; -@property (nonatomic, strong) MFTextButton * _Nonnull mfTextButton; -- (void)setupView; -- (void)updateView:(CGFloat)size; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (BOOL)needsToBeConstrained SWIFT_WARN_UNUSED_RESULT; -- (UIStackViewAlignment)alignment SWIFT_WARN_UNUSED_RESULT; -- (nullable instancetype)initWithMolecule:(UIView * _Nonnull)molecule alignment:(UIStackViewAlignment)alignment OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC9MVMCoreUI31TextFieldListFormViewController") -@interface TextFieldListFormViewController : TopLabelsAndBottomButtonsViewController -- (void)viewDidLoad; -- (void)updateViews; -- (void)newDataBuildScreen; -- (NSArray * _Nullable)buildViewsBetweenLabelsAndButtons SWIFT_WARN_UNUSED_RESULT; -- (void)handleOpenPageForRequestParameters:(MVMCoreRequestParameters * _Nonnull)requestParameters actionInformation:(NSDictionary * _Nullable)actionInformation additionalData:(NSDictionary * _Nullable)additionalData; -- (NSNumber * _Nullable)spaceAboveBetweenView SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - - -SWIFT_CLASS("_TtC9MVMCoreUI18ThreeLayerTemplate") -@interface ThreeLayerTemplate : ThreeLayerViewController -- (void)viewDidLoad; -- (void)newDataBuildScreen; -- (UIView * _Nullable)viewForTop SWIFT_WARN_UNUSED_RESULT; -- (UIView * _Nullable)viewForMiddle SWIFT_WARN_UNUSED_RESULT; -- (UIView * _Nullable)viewForBottom SWIFT_WARN_UNUSED_RESULT; -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@end - - - -@interface ThreeLayerViewController (SWIFT_EXTENSION(MVMCoreUI)) -- (void)setupIntroAnimations; -@end - - - -@class NSLayoutConstraint; - -SWIFT_CLASS("_TtC9MVMCoreUI13TwoButtonView") -@interface TwoButtonView : ButtonView -@property (nonatomic, strong) PrimaryButton * _Nullable secondaryButton; -@property (nonatomic, strong) UIView * _Nullable viewForButtons; -@property (nonatomic, strong) NSLayoutConstraint * _Nullable heightConstraint; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (void)setDefaultCustom; -- (void)updateView:(CGFloat)size; -- (void)setWithJSON:(NSDictionary * _Nullable)json delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)reset; -- (void)setupConstraintsForViewWithButtons; -- (void)setupWithPrimaryButton; -- (void)setWithPrimaryButtonJSON:(NSDictionary * _Nullable)primaryButtonJSON secondaryButtonJSON:(NSDictionary * _Nullable)secondaryButtonJSON delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (nonnull instancetype)initWithPrimaryButtonMap:(NSDictionary * _Nullable)primaryButtonMap secondaryButtonMap:(NSDictionary * _Nullable)secondaryButtonMap delegateObject:(DelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (nonnull instancetype)initWithButtonSmall:(BOOL)small buttonMap:(NSDictionary * _Nullable)buttonMap delegateObject:(DelegateObject * _Nullable)delegateObject additionalData:(NSDictionary, NSObject *> * _Nullable)additionalData; -- (nonnull instancetype)initWithButtonSmall:(BOOL)small enabled:(BOOL)enabled; -- (void)setupWithPrimaryButtonMap:(NSDictionary * _Nullable)primaryButtonMap secondaryButtonMap:(NSDictionary * _Nullable)secondaryButtonMap delegateObject:(DelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)setupWithButtonMap:(NSDictionary * _Nullable)buttonMap delegateObject:(DelegateObject * _Nullable)delegateObject additionalData:(NSDictionary * _Nullable)additionalData; -- (void)hidePrimaryLeftButton; -- (void)hidePrimaryRightButton; -- (void)showBothPrimaryButtons; -- (void)hideBothPrimaryButtons; -- (nonnull instancetype)initWithJSON:(NSDictionary * _Nullable)json additionalData:(NSDictionary * _Nullable)additionalData delegateObject:(MVMCoreUIDelegateObject * _Nullable)delegateObject SWIFT_UNAVAILABLE; -@end - - -@interface TwoButtonView (SWIFT_EXTENSION(MVMCoreUI)) -- (void)setupWithPrimaryButtonMap:(NSDictionary * _Nullable)primaryButtonMap secondaryButtonMap:(NSDictionary * _Nullable)secondaryButtonMap actionDelegate:(id _Nullable)actionDelegate additionalData:(NSDictionary * _Nullable)additionalData buttonDelegate:(id _Nullable)buttonDelegate SWIFT_DEPRECATED; -- (void)setupWithButtonMap:(NSDictionary * _Nullable)buttonMap actionDelegate:(id _Nullable)actionDelegate additionalData:(NSDictionary * _Nullable)additionalData buttonDelegate:(id _Nullable)buttonDelegate SWIFT_DEPRECATED; -- (nonnull instancetype)initWithButtonSmall:(BOOL)small buttonMap:(NSDictionary * _Nullable)buttonMap actionDelegate:(id _Nullable)actionDelegate additionalData:(NSDictionary, NSObject *> * _Nullable)additionalData buttonDelegate:(id _Nullable)buttonDelegate SWIFT_DEPRECATED; -- (nonnull instancetype)initWithPrimaryButtonMap:(NSDictionary * _Nullable)primaryButtonMap secondaryButtonMap:(NSDictionary * _Nullable)secondaryButtonMap actionDelegate:(id _Nullable)actionDelegate additionalData:(NSDictionary * _Nullable)additionalData buttonDelegate:(id _Nullable)buttonDelegate SWIFT_DEPRECATED; -@end - - - -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#pragma clang diagnostic pop diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUI.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUI.h deleted file mode 100644 index 258fcd1..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUI.h +++ /dev/null @@ -1,114 +0,0 @@ -// -// MVMCoreUI.h -// MVMCoreUI -// -// Created by Scott Pfeil on 1/7/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -#import - -//! 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 -#pragma mark - OtherHandlers -#import -#import -#import -#import -#import -#import -#import -#import - -#pragma mark - TopAlert -#import -#import -#import -#import -#import - -#pragma mark - Categories -#import -#import - -#pragma mark - Styles -#import - -#pragma mark - Utility -#import -#import -#import -#import -#import -#import - -#pragma mark - BaseControllers -#import -#import -#import -#import -#import -#import -#import -#import -#import - -#pragma mark - Containers -#import - -#import -#import -#import -#import - -#import -#import - -#pragma mark - Navigation Animations -#import -#import - -#pragma mark - Atoms -#pragma mark Views -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import -#import - -#pragma mark Buttons -#import -#import -#import -#import -#import - -#pragma mark TextFields -#import -#import -#import -#import -#import - -#pragma mark - Third Party -#import -#import - -#pragma mark - Molecules -#import -#import -#import -#import - -#pragma mark - Templates diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUICheckBox.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUICheckBox.h deleted file mode 100644 index fc76ed7..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUICheckBox.h +++ /dev/null @@ -1,62 +0,0 @@ -// -// MVMCoreUICheckBox.h -// myverizon -// -// Created by Suresh, Kamlesh on 11/25/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// - -#import -#import -#import -@class Label; -@class MFSizeObject; - -@interface MVMCoreUICheckBox : UIControl - -@property (nullable, weak, nonatomic) MVMCoreUICheckMarkView *checkMark; -@property (readonly, nonatomic) BOOL isSelected; -@property (nullable, strong, nonatomic) MFSizeObject *sizeObject; - -//?????? -@property (nullable, strong, nonatomic) UIColor *checkedColor; -@property (nullable, strong, nonatomic) UIColor *unCheckedColor; - -// Label to the right of the check box. -@property (nullable, weak, nonatomic) Label *descriptionLabel; - -// Setter for the descriptionLabel.text. Also sets the accessibility text. -@property (nullable, strong, nonatomic) NSString *descriptionText; -@property (nullable, strong, nonatomic) NSAttributedString *descriptionAttributedText; - -// A block that is called when the switch is selected. -@property (nullable, copy, nonatomic) void (^switchSelected)(BOOL selected); - -//convenient method to get a check box -+ (nullable instancetype)mfCheckBox; -+ (nullable instancetype)mfCheckBoxWithCheckedColor:(nullable UIColor *)checkedColor unCheckColor:(nullable UIColor *)unCheckedColor text:(nullable NSString *)text; -+ (nullable instancetype)mfCheckBoxWithCheckedColor:(nullable UIColor *)checkedColor unCheckColor:(nullable UIColor *)unCheckedColor atributedText:(nullable NSAttributedString *)attributedText; -//Check mark with rounded rect (Prepay - corner radius = 5) -+ (nullable instancetype)mfCheckBoxWithRoundedRect; - -// convenient init -- (nullable instancetype)initWithCheckedColor:(nullable UIColor *)checkedColor unCheckColor:(nullable UIColor *)unCheckedColor text:(nullable NSString *)text; -- (nullable instancetype)initWithCheckedColor:(nullable UIColor *)checkedColor unCheckColor:(nullable UIColor *)unCheckedColor attributedText:(nullable NSAttributedString *)attributedText; -- (nullable instancetype)initWithCheckMarkView:(nullable MVMCoreUICheckMarkView *)checkMarkView checkedColor:(nullable UIColor *)checkedColor unCheckColor:(nullable UIColor *)unCheckedColor text:(nullable NSString *)text; -- (nullable instancetype)initWithCheckMarkView:(nullable MVMCoreUICheckMarkView *)checkMarkView checkedColor:(nullable UIColor *)checkedColor unCheckColor:(nullable UIColor *)unCheckedColor attributedText:(nullable NSAttributedString *)attributedText; - -//configures -- (void)setSelected:(BOOL)selected; -- (void)setSelected:(BOOL)selected animated:(BOOL)animated; -- (void)setSelected:(BOOL)selected animated:(BOOL)animated runBlock:(BOOL)runBlock; -- (void)setColor:(nullable UIColor *)color forState:(UIControlState)state; -- (void)setCheckBoxBorder:(nullable UIColor *)color; - -// helper -- (void)enable:(BOOL)enable; - -//accessibility -- (void)setValueForAccessibilityText:(nullable NSString *)text; -- (void)hideDescriptionLabelAndPinCheckboxToRight; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUICheckMarkView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUICheckMarkView.h deleted file mode 100644 index 694fc72..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUICheckMarkView.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// MVMCoreUICheckMarkView.h -// mobilefirst -// -// Created by Shreyas Seshamani on 2/17/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import - -@interface MVMCoreUICheckMarkView : MFView - -@property (nonatomic) CGFloat lineWidth; -@property (nonatomic, strong) UIColor *lineColor; -- (void)updateCheckSelected:(BOOL)selected animated:(BOOL)animated; -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUICommonViewsUtility.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUICommonViewsUtility.h deleted file mode 100644 index cc1df5e..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUICommonViewsUtility.h +++ /dev/null @@ -1,86 +0,0 @@ -// -// MVMCoreUICommonViewsUtility.h -// myverizon -// -// Created by Scott Pfeil on 12/16/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// Returns views used commonly in Mobile First - -#import -#import -#import - -@class PrimaryButton; -@class CustomTextView; - -@interface MVMCoreUICommonViewsUtility : NSObject - -+ (nonnull UIView *)commonView; - -#pragma mark - 2.0 labels - -+ (nonnull UILabel *)commonLabelH1; -+ (nonnull UILabel *)commonLabelH2; -+ (nonnull UILabel *)commonLabelH3; -+ (nonnull UILabel *)commonLabelH32; -+ (nonnull UILabel *)commonLabelB1; -+ (nonnull UILabel *)commonLabelB2; -+ (nonnull UILabel *)commonLabelB3; - -#pragma mark - Labels - -// Creates and returns common labels -+ (nonnull UILabel *)label; - -#pragma mark - Text Field - -// Adds a picker view to the textfield -+ (nonnull UIPickerView *)addPickerToTextField:(nonnull UITextField *)textField delegate:(nullable id )delegate; - -// Adds a date picker to the textfield -+ (nonnull UIDatePicker *)addDatePickerToTextField:(nonnull UITextField *)textField; - -+ (nonnull UIDatePicker *)addTimeDatePickerToTextField:(nonnull UITextField *)textField; - -#pragma mark - Text View - -// Creates and returns a common form textView, which will detect html tags, links. -+ (nonnull UITextView *)commonFormTextView; - -// will setup data detector types for textview on the basis of device -// For example: iPad should not detect phone number link -+ (void)setDataDetectorTypesForTextView:(nonnull UITextView *)textView; - -#pragma mark - Buttons - -//add the close button (x) to the top left of the view, return the button -//@param view: the view to add the close button, it will add to the top right cornor as defult, pass in nil if you only want the reference to the button but not adding it to any view -//if verticalCentered is true, the button will pin to the vertical center of the view instead of top right -+ (nonnull MFCustomButton *)addCloseButtonToView:(nullable UIView *)view action:(nonnull ButtonTapBlock)actionBlock verticalCentered:(BOOL)verticalCentered; - -#pragma mark - Toolbar - -// seperate this to its own function to reuse while keeping styling the same. -+ (nonnull UIToolbar *)makeEmptyToolbar; - -// Adds a toolbar to the keyboard that pops up for the passed in field with a button to dismiss. -+ (void)addDismissToolbar:(nonnull UITextField *)textField delegate:(nullable id )delegate; - -// Adds a toolbar to the keyboard that pops up for the passed in text view with a button to dismiss. -+ (void)addDismissToolbarToTextView:(nonnull UITextView *)textView delegate:(nullable id )delegate; - -#pragma mark - Others - -//2.0 - -+ (nullable UIPickerView *)commonPickerView; - -// Creates, pins, and returns a safe area view for the passed in view. -+ (nullable UIView *)getAndSetupSafeAreaViewOnView:(nonnull UIView *)view; - -#pragma mark - shadows - -+ (void)drawBottomCurvedShadowsOnRect:(CGRect)rect toView:(nullable UIView *)view; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIConstants.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIConstants.h deleted file mode 100644 index 778ede4..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIConstants.h +++ /dev/null @@ -1,79 +0,0 @@ -// -// MVMCoreUIConstants.h -// MVMCoreUI -// -// Created by Scott Pfeil on 1/10/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -#import -#import - -#pragma mark - Keys - -extern NSString * const KeyScreenHeading; - -extern NSString * const KeyMolecules; -extern NSString * const KeyMoleculeName; -extern NSString * const KeyMolecule; - -extern NSString * const KeyDisableButton; - -extern NSString * const KeyValue; -extern NSString * const KeyLabel; -extern NSString * const KeyDisable; -extern NSString * const KeyFieldName; - -extern NSString * const KeyHideMainMenu; -extern NSString * const KeyProgressPercent; - -extern NSString * const KeyPrimaryButton; -extern NSString * const KeySecondaryButton; -extern NSString * const KeyTitlePrefix; -extern NSString * const KeyTitlePostfix; - -extern NSString * const KeyBackgroundColor; -extern NSString * const KeyText; -extern NSString * const KeyTextColor; - -extern NSString * const KeyIsHidden; -extern NSString * const KeyIsOpaque; - -extern NSString * const KeyFieldKey; -extern NSString * const KeyRequired; - -#pragma mark - Values - -extern NSString * const StringY; - -extern NSString * const KeyErrorMessage; - -#pragma mark - Notifications - -extern NSString * const NotificationStatusBarTouched; - -#pragma mark - Regular Expressions - -extern NSUInteger const LengthContactNumber; -extern NSUInteger const LengthInternationalNumber; - -extern NSString * const RegularExpressionDigitOnly; - -#pragma mark - Other Constants - -extern CGFloat const CornerRadiusLarge; - -//Turn off animations for debugging purposes -extern BOOL DisableAnimations; - -// Hand Scroll Key -extern NSString * const KeyHandScrollAnimation; -extern NSString * const KeyHandScroll; - -#pragma mark - Error Codes - -// Native Error Codes (Add new ones to bottom, don't change order!) -typedef NS_ENUM(NSInteger, CoreUIErrorCode) { - ErrorCodeModuleMolecule = 100, - ErrorCodeListMolecule = 101 -}; diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIDetailViewProtocol.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIDetailViewProtocol.h deleted file mode 100644 index 038769f..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIDetailViewProtocol.h +++ /dev/null @@ -1,45 +0,0 @@ -// -// MVMCoreUIDetailViewProtocol.h -// MobileFirstFramework -// -// Created by Yang, Tianhang (Chris) on 11/14/18. -// Copyright © 2018 Verizon Wireless. All rights reserved. -// - -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -@protocol MVMCoreUIDetailViewProtocol - -@optional - -- (void)panelWillAppear:(nonnull NSObject *)panel; -- (void)panelDidAppear:(nonnull NSObject *)panel; - -- (void)panelWillDisappear:(nonnull NSObject *)panel; -- (void)panelDidDisappear:(nonnull NSObject *)panel; - -/// Can override the left panel. -- (nullable UIViewController *)overrideLeftPanel; - -/// Can override the right panel. -- (nullable UIViewController *)overrideRightPanel; - -// Called when the back button is pressed. Overwrite for special functionality. -- (void)backButtonPressed; - -// View Controller can override this method and do custom action instead of opening the right panel -- (BOOL)isOverridingRightButton; - -// View Controller can override this method and do custom action instead of opening the left panel -- (BOOL)isOverridingLeftButton; - -//return desired status bar style based on different View Controller -- (UIStatusBarStyle)defaultStatusBarStyle; -- (nullable UIColor *)defaultStatusBarBackgroundColor; - -@end - -NS_ASSUME_NONNULL_END diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUILoggingHandler.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUILoggingHandler.h deleted file mode 100644 index 003d67f..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUILoggingHandler.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// MVMCoreUILoggingHandler.h -// MVMCoreUI -// -// Created by Scott Pfeil on 1/10/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -@import MVMCore.MVMCoreLoggingHandler; -@class MFViewController; - -NS_ASSUME_NONNULL_BEGIN - -@interface MVMCoreUILoggingHandler : MVMCoreLoggingHandler - -// Page State Logging -- (void)defaultLogPageStateForController:(nonnull MFViewController *)controller; - -// Action Logging -- (void)defaultLogActionForController:(nonnull MFViewController *)controller actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; -- (nullable NSDictionary *)defaultGetActionTrackDataDictionaryForController:(nonnull MFViewController *)controller actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -@end - -NS_ASSUME_NONNULL_END diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIMoleculeMappingObject.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIMoleculeMappingObject.h deleted file mode 100644 index 7d85a2e..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIMoleculeMappingObject.h +++ /dev/null @@ -1,39 +0,0 @@ -// -// MVMCoreUIMoleculeMappingObject.h -// MVMCoreUI -// -// Created by Scott Pfeil on 2/11/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -#import -#import -@class MVMCoreUIDelegateObject; -@class MVMCoreLoadObject; -@class MVMCoreErrorObject; - -@interface MVMCoreUIMoleculeMappingObject : NSObject - -/// Maps molecule name to class. -@property (nonnull, strong, nonatomic) NSMutableDictionary *moleculeMapping; - -/// Returns the shared instance -+ (nullable instancetype)sharedMappingObject; - -/// Returns the molecule class. -- (nullable Class)getMoleculeClassWithJSON:(nonnull NSDictionary *)json; - -#pragma mark - Molecule Creation - -/// Creates the molecule for the molecule json. -- (nullable UIView *)createMoleculeForJSON:(nonnull NSDictionary *)json delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject; - -/// Creates the molecule for the molecule json. Also checks if the molecule needs to be constrained for a stack/list style situation. -- (nullable UIView *)createMoleculeForJSON:(nonnull NSDictionary *)json delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject constrainIfNeeded:(BOOL)constrainIfNeeded; - -#pragma mark - Convenience - -+ (nullable NSArray *)getRequiredModulesForJSON:(nullable NSDictionary *)json delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject error:(MVMCoreErrorObject *_Nullable *_Nullable)error; -+ (void)addRequiredModulesForJSON:(nullable NSDictionary *)json delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject moduleList:(nullable NSMutableArray *)moduleList errorList:(nullable NSMutableArray *)errorList; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIMoleculeViewProtocol.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIMoleculeViewProtocol.h deleted file mode 100644 index 4c69b1f..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIMoleculeViewProtocol.h +++ /dev/null @@ -1,39 +0,0 @@ -// -// MVMCoreUIMoleculeViewProtocol.h -// MVMCoreUI -// -// Created by Scott Pfeil on 2/11/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -#import -@import MVMCore.MVMCoreViewProtocol; -@class MVMCoreUIDelegateObject; -@class MVMCoreErrorObject; - -@protocol MVMCoreUIMoleculeViewProtocol - -/// Sets up the ui based on the json -- (void)setWithJSON:(nullable NSDictionary *)json delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject additionalData:(nullable NSDictionary *)additionalData; - -@optional - -/// Called after init to provide an early setter for any molecule specific logic -- (void)setAsMolecule; - -/// Resets to default state before set with json is called again. -- (void)reset; - - -/// For the molecule list to load more efficiently. -+ (CGFloat)estimatedHeightForRow:(nullable NSDictionary *)json delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject; - -/// Allows the molecule to set its name for reuse. Default could be moleculeName. -+ (nullable NSString *)nameForReuse:(nullable NSDictionary *)molecule delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject; - -/// Can return the required modules -+ (nullable NSArray *)requiredModules:(nullable NSDictionary *)json delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject error:(MVMCoreErrorObject *_Nullable *_Nullable)error; - -@end - - diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUINavigationController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUINavigationController.h deleted file mode 100644 index abe6efa..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUINavigationController.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// MVMCoreUINavigationController.h -// MVMCoreUI -// -// Created by Scott Pfeil on 1/25/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -#import -@class SeparatorView; -NS_ASSUME_NONNULL_BEGIN - -@interface MVMCoreUINavigationController : UINavigationController - -// Convenience getter -+ (nullable instancetype)navigationController; - -// Returns a navigation controller with the mvm styling. Also sets the navigation controller in the appropriate handlers. -+ (nullable instancetype)setupNavigationController; - -// Returns a navigation controller with the mvm styling. Also sets the navigation controller in the appropriate handlers. Adds the default loading overlay screen as well. -+ (nullable instancetype)setupWithNavigationControllerAsMainController; - -// Separator at the bottom of the navigation bar used for styling. -@property (nullable, weak, nonatomic) SeparatorView *separatorView; -@end - -NS_ASSUME_NONNULL_END diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIObject.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIObject.h deleted file mode 100644 index 080bd45..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIObject.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// MVMCoreUIObject.h -// MVMCoreUI -// -// Created by Scott Pfeil on 1/28/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface MVMCoreUIObject : MVMCoreObject - -@property (nullable, nonatomic, strong) MVMCoreUIMoleculeMappingObject *moleculeMap; - -@end - -NS_ASSUME_NONNULL_END diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPageControl.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPageControl.h deleted file mode 100644 index af699dd..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPageControl.h +++ /dev/null @@ -1,60 +0,0 @@ -// -// MVMCoreUIPageControl.h -// MobileFirstFramework -// -// Created by Seshamani, Shreyas on 1/5/18. -// Copyright © 2018 Verizon Wireless. All rights reserved. -// - -#import -#import -#import -#import - -@interface MVMCoreUIPageControl : UIControl - -// These properties effectively do what their corresponding namesakes do in UIPageControl -@property (nonatomic) NSInteger currentPage; -@property (nonatomic) NSInteger numberOfPages; -@property (nonatomic, getter=isAnimated) BOOL animated; -@property (nullable, strong, nonatomic) UIColor *pageIndicatorTintColor; -@property (nullable, strong, nonatomic) UIColor *currentPageIndicatorTintColor; -@property (nullable, strong, nonatomic, readonly) NSArray *rectangles; -@property (nullable, weak, nonatomic) UIView *containerView; -@property (nullable, weak, nonatomic) UIView *indicatorRectangle; -@property (nullable, copy, nonatomic) PagingTouchBlock pagingTouchBlock; - -///set YES to make the accessibility value as "Slide #currentPage of #totalPage", otherwise will be "Page #currentPage of #totalPage", default is NO -@property (nonatomic) BOOL isSlidesAcc; - -/// This property may be used for indicating the user's selected option (not the currentPage). For instance, in Plan Explore Sizes, it indicates what plan the user is currently on. -@property (nonatomic) NSInteger persistentPreselectedPage; - -//customize pagecontrol properties -@property (nonatomic) CGFloat rectangleWidth; - -/// Indicates the color of the persistentPreselectedPage -@property (nullable, strong, nonatomic) UIColor *persisitentPreselectedPageTintColor; - -//top bottom constraints -@property (nullable, strong, nonatomic) NSLayoutConstraint *topConstraint; -@property (nullable, strong, nonatomic) NSLayoutConstraint *bottomConstraint; - -//a flag to allow to send UIControlEventValueChanged actions all the time -//e.g. going to previous element at first place and going to next at last place -//While current rectangle won't change, need update current page -@property (nonatomic) BOOL alwaysSendingControlEvent; - -- (nullable instancetype)initWithAnimation:(BOOL)animated; -- (void)setCurrentPage:(NSInteger)currentPage animated:(BOOL)animated; - -// Sets up the horizontal constraint to have the pages centered horizontally. -- (void)setupHorizontalConstraints; - -// For subclassing only. -- (void)setupView; -- (void)setupRectangles; - -- (void)setTopBottomSpace:(CGFloat)constant; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPagingProtocol.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPagingProtocol.h deleted file mode 100644 index 89dd279..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPagingProtocol.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// MVMCoreUIPagingProtocol.h -// MVMCoreUI -// -// Created by Scott Pfeil on 7/10/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// -#import - -@protocol MVMCoreUIPagingProtocol - -typedef void (^PagingTouchBlock)(NSObject* _Nonnull sender); - -- (NSInteger)currentPage; - -- (void)setNumberOfPages:(NSInteger)numberOfPages; - -- (void)setPage:(NSInteger)page; - -- (void)setPagingTouchBlock:(nullable PagingTouchBlock)pagingTouchBlock; - -@optional -- (void)scrollViewDidScroll:(nonnull UICollectionView *)collectionView; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPanelButtonProtocol.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPanelButtonProtocol.h deleted file mode 100644 index e62a861..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPanelButtonProtocol.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// MVMCoreUIPanelButtonProtocol.h -// MVMCore -// -// Created by Yang, Tianhang (Chris) on 11/27/17. -// Copyright © 2017 myverizon. All rights reserved. -// - -@protocol MVMCoreUIPanelButtonProtocol - -- (void)prepareAnimations; -- (void)finishAnimations; - -- (void)setIconColor:(UIColor *)color; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPanelProtocol.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPanelProtocol.h deleted file mode 100644 index 4537e79..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIPanelProtocol.h +++ /dev/null @@ -1,47 +0,0 @@ -// -// MVMCoreUIPanelProtocol.h -// mobilefirst -// -// Created by Seshamani, Shreyas on 6/2/17. -// Copyright © 2017 Verizon Wireless. All rights reserved. -// - -#import -@protocol MVMCoreUIPanelProtocol - -#pragma mark - life cycle - -@optional - -// The panel can return if it should be available or not. -- (BOOL)panelAvailable; - -// Notified when it is appearing and disappearing. Called by the container. -- (void)willOpenWithActionInformation:(nullable NSDictionary *)actionInformation; -- (void)willAppear:(BOOL)animated; -- (void)didAppear:(BOOL)animated; -- (void)willDisappear:(BOOL)animated; -- (void)didDisappear:(BOOL)animated; - -// Can overide to return the image to use for the standard panel button. -- (nonnull UIImage *)imageForButtonForPanel; - -// Can overide to return the button to use for the panel. The selector should be the appropriate container selector otherwise the container will not work. -- (nonnull UIBarButtonItem *)buttonForPanel; - -// Notifies the panel if it should show its close button or hide it. Depends on width of screen if automatic extension. -- (void)showArrow; -- (void)hideArrow; - -/// The width to use if the panel is automatically extended when the screen is big enough. -- (CGFloat)panelExtendedWidth; - -/// The maximum width of the panel. -- (CGFloat)panelMaxWidth; - -// Gets called when we are restarting or clearing a session. -- (void)clearData; - -- (void)resetIconToDefault; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUISession.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUISession.h deleted file mode 100644 index a5ce493..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUISession.h +++ /dev/null @@ -1,39 +0,0 @@ -// -// MVMCoreUISession.h -// MVMCoreUI -// -// Created by Scott Pfeil on 1/10/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -@import UIKit.UIView; -@import MVMCore.MVMCoreSessionObject; -@class MVMCoreUITopAlertView; -@class MVMCoreUISplitViewController; -@class MFViewController; -@class MVMCoreUINavigationController; -@class MFLoadingViewController; -NS_ASSUME_NONNULL_BEGIN - -@interface MVMCoreUISession : MVMCoreSessionObject - -@property (weak, nonatomic, nullable) MVMCoreUITopAlertView *topAlertView; -@property (weak, nonatomic, nullable) MVMCoreUISplitViewController *splitViewController; -@property (weak, nonatomic, nullable) MVMCoreUINavigationController *navigationController; -@property (weak, nonatomic, nullable) MFLoadingViewController *loadingViewController; - -// for handscroll Animation on subclasses of MFScrollingViewController -@property (assign, nonatomic) BOOL enableHandScrollAnimation; - -//indicates if the app launched successfully -@property (assign, nonatomic) BOOL launchAppLoadedSuccessfully; - -// Allows a global overload of the title view of navigation item. -- (nullable UIView *)titleViewForController:(nonnull MFViewController *)controller; - -// Sets up the session as delegate for standard load view controller. Pass the view controller that will be used to present and will be disabled when load view is presented. -- (void)setupAsStandardLoadViewDelegate:(nonnull UIViewController *)mainViewController; - -@end - -NS_ASSUME_NONNULL_END diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUISplitViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUISplitViewController.h deleted file mode 100644 index cf27dc7..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUISplitViewController.h +++ /dev/null @@ -1,145 +0,0 @@ -// -// MVMCoreUISplitViewController.h -// myverizon -// -// Created by Scott Pfeil on 1/13/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// The main splitview controller. Handles the hamburger menu and other content. Used because at the time, apple's UISplitViewController wasn't robust enough to satisfy our needs. - -#import -@import MVMCore.MVMCoreActionDelegateProtocol; -#import -#import - -@class MVMCoreUINavigationController; -@class MVMCoreUITopAlertView; -@class MFViewController; - -typedef NS_ENUM(NSInteger, MFNumberOfDrawers) { - MFNoDrawer = 0, - MFOneDrawer, - MFTwoDrawer -}; - -@interface MVMCoreUISplitViewController : UIViewController - -// Reference to the panels. -@property (nullable, weak, nonatomic, readonly) UIViewController *leftPanel; -@property (nullable, weak, nonatomic, readonly) UIViewController *rightPanel; - -// Can be of protocol MVMCoreUIPanelButtonProtocol -@property (nullable, strong, nonatomic) UIBarButtonItem *leftPanelButton; -@property (nullable, strong, nonatomic) UIBarButtonItem *rightPanelButton; - -@property (nullable, strong, nonatomic) UIBarButtonItem *backButton; - -@property (nullable, weak, nonatomic, readonly) MVMCoreUINavigationController *navigationController; - -// Reference to the top alert view -@property (nullable, weak, nonatomic) MVMCoreUITopAlertView *topAlertView; - -// References to the current navigation item settings. -@property (nonatomic, readonly) BOOL leftPanelIsAccessible; -@property (nonatomic, readonly) BOOL rightPanelIsAccessible; -@property (nullable, weak, nonatomic, readonly) UIViewController *navigationItemViewController; - -// Convenience getter -+ (nullable instancetype)mainSplitViewController; - -// Returns a split controller with the mvm styling. Also sets the appropriate handlers. -+ (nullable instancetype)setup; - -// Returns a split controller with the mvm styling. Also sets the appropriate handlers. Also sets up the default load screen -+ (nullable instancetype)setupAsMainController; - -#pragma mark - Panel Functions - -// Sets if the left panel accessible for the view controller. Will show or hide the button. -- (void)setLeftPanelIsAccessible:(BOOL)leftPanelIsAccessible forViewController:(nonnull UIViewController *)viewController; - -// Sets if the right panel accessible for the view controller. Will show or hide the button. -- (void)setRightPanelIsAccessible:(BOOL)rightPanelIsAccessible forViewController:(nonnull UIViewController *)viewController; - -- (void)hideLeftPanelIfNeededAnimated:(BOOL)animated; -- (void)showLeftPanelAnimated:(BOOL)animated; - -- (void)hideRightPanelIfNeededAnimated:(BOOL)animated; -- (void)showRightPanelAnimated:(BOOL)animated; - -// Setters for the navigation items -- (void)setLeftNavigationItemForViewController:(UIViewController * _Nonnull)viewController accessible:(BOOL)accessible extended:(BOOL)extended; -- (void)setRightNavigationItemForViewController:(UIViewController * _Nonnull)viewController accessible:(BOOL)accessible extended:(BOOL)extended; - -// Force hides both drawers. Does not animate or open always extended drawers on ipad either. -- (void)forceHideBothDrawers; - -// reset drawers -- (void)resetDrawers; - -// contains speicaly logic to set the icon color -- (void)setNavigationIconColor:(nullable UIColor *)color; - -/// Updates the panels that are used. -- (void)setupPanels; - -#pragma mark - Bottom Progress Bar - -- (void)setBottomProgressBarProgress:(float)progress; - -#pragma mark - Getters - -// Returns the topmost visible view controller. This can also be the top level presented view controller. -- (nullable UIViewController *)getCurrentVisibleController; - -// Returns the current detail view controller (taking into account tab bar page control). -- (nullable UIViewController *)getCurrentDetailViewController; - -// Returns the current detail view controller only if it is an MFViewController. -- (nullable MFViewController *)getCurrentDetailMFViewController; - -// Provides the width of the detail view. -+ (CGFloat)getDetailViewWidth; - -// Provides the height of the detail view. -+ (CGFloat)getDetailViewHeight; - -// Provides the width of the main application view. -+ (CGFloat)getApplicationViewWidth; -+ (CGFloat)getApplicationViewMaxSize; - -// return subviewcontrollers' prefer status bar style -- (UIStatusBarStyle)getDefaultStatusBarStyle; -- (nullable UIColor *)getDefaultStatusBarBackgroundColor; - -#pragma mark - Main Subclassables - -// Can subclass to set threshold for when the drawers are permanently extended. Default is 1000 for the left panel and 2000 for both. -- (MFNumberOfDrawers)numberOfDrawersShouldShow:(nullable NSNumber *)forWidth; - -// subclass to return default global panels. kept alive after creation. -- (nullable UIViewController *)createLeftPanelViewController; -- (nullable UIViewController *)createRightPanelViewController; - -// subclass to change image of back button -- (nullable UIImage *)imageForBackButton; - -// Can overide to provide other global buttons to be on the navigation bar. -- (nullable NSArray *)additionalLeftButtons; -- (nullable NSArray *)additionalRightButtons; - -// The width of the panel when it is permanently extended. Default 320. -- (CGFloat)leftPanelExtendedWidth; -- (CGFloat)rightPanelExtendedWidth; - -// The maximum width of the panel. It will never grow past these sizes. Otherwise it is the size of the main view. -- (CGFloat)leftPanelMaxWidth; // Default 415 -- (CGFloat)rightPanelMaxWidth; // Default 500 - -#pragma mark - Button Presses - -- (IBAction)leftPanelButtonPressed:(nullable id)sender; -- (IBAction)backButtonPressed:(nullable id)sender; -- (IBAction)rightPanelButtonPressed:(nullable id)sender; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIStackableViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIStackableViewController.h deleted file mode 100644 index 0c70292..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIStackableViewController.h +++ /dev/null @@ -1,44 +0,0 @@ -// -// MVMCoreUIStackableViewController.h -// MVMCoreUI -// -// Created by Scott Pfeil on 2/1/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -#import - -@interface MVMCoreUIStackableViewController : ProgrammaticScrollViewController - -// An array of ui elements that will be spaced out on the screen top to bottom from index 0 to formUIArray.count. -@property (nullable, strong, nonatomic) NSArray *formUIArray; - -// Generates the form view with the passed in form ui array. -- (void)generateFormViewWithUIArray:(nullable NSArray *)formUIArray; -- (void)generateFormView:(nullable UIView *)view withUIArrayForConstrainingViews:(nullable NSArray *)formUIArray; - -// Returns the spacing that should surround the passed in item. Subclass this to change spacing. -- (UIEdgeInsets)spaceAroundUIObject:(nullable id)object size:(CGFloat)size; - -// Removes all the subviews in the form ui array. -- (void)removeUIViews; - -// Removes all the subviews in the passed in array. -+ (void)removeUIViews:(nullable NSArray *)views; - -// Returns the standard space around ui objects. -+ (UIEdgeInsets)standardSpaceAroundUIObjectForSize:(CGFloat)size; - -// Consolidates generateFormViewWithUIArray and spaceArroundUIObject into one class object so other view controllers can take advantage of these functions. By default does not pin to margins. -+ (void)populateView:(nonnull UIView *)view withUIArray:(nonnull NSArray *)formUIArray withSpacingBlock:(nonnull UIEdgeInsets (^) (id _Nullable object))spacingBlock; -+ (void)populateView:(nonnull UIView *)view withUIArray:(nonnull NSArray *)formUIArray useMargins:(BOOL)useMargins withSpacingBlock:(nonnull UIEdgeInsets (^) (id _Nullable object))spacingBlock; -+ (void)populateViewHorizontally:(nonnull UIView *)view withUIArray:(nonnull NSArray *)formUIArray withSpacingBlock:(nonnull UIEdgeInsets (^) (id _Nullable object))spacingBlock; -+ (void)populateView:(nonnull UIView *)view withUIArrayForConstrainingViews:(nonnull NSArray *)formUIArray withSpacingBlock:(nonnull UIEdgeInsets (^) (id _Nullable object))spacingBlock; - -// Does the actual laying out. The formuiarray views should already be added to the view. By default does not pin to margins -+ (void)autoLayoutView:(nonnull UIView *)view withUIArray:(nonnull NSArray *)formUIArray withSpacingBlock:(nonnull UIEdgeInsets (^) (id _Nullable object))spacingBlock; -+ (void)autoLayoutView:(nonnull UIView *)view withUIArray:(nonnull NSArray *)formUIArray useMargins:(BOOL)useMargins withSpacingBlock:(nonnull UIEdgeInsets (^) (id _Nullable object))spacingBlock; -+ (void)autoLayoutViewHorizontally:(nonnull UIView *)view withUIArray:(nonnull NSArray *)formUIArray withSpacingBlock:(nonnull UIEdgeInsets (^) (id _Nullable object))spacingBlock; -+ (void)autoLayoutViewWithConstrainingViewsWithUIArray:(nonnull NSArray *)formUIArray withSpacingBlock:(nonnull UIEdgeInsets (^) (id _Nullable object))spacingBlock; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUISwitch.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUISwitch.h deleted file mode 100644 index 5591f59..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUISwitch.h +++ /dev/null @@ -1,36 +0,0 @@ -// -// MVMSwitch.h -// myverizon -// -// Created by Tianhang Yang on 12/1/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// - - -#import -@import MVMCore.MVMCoreViewProtocol; -typedef void(^ValueChangeBlock)(void); - -@interface MVMCoreUISwitch : UIControl - -@property (assign, nonatomic, getter=isOn) BOOL on; -@property (nullable, strong, nonatomic) UIColor *onTintColor; -@property (nullable, strong, nonatomic) UIColor *offTintColor; - -@property (nullable, strong, nonatomic) UIColor *onKnobTintColor; -@property (nullable, strong, nonatomic) UIColor *offKnobTintColor; - -@property (nonatomic) BOOL shouldTouchToSwitch; -@property (nullable, copy, nonatomic) ValueChangeBlock valueChangedBlock; - -+ (nullable instancetype)mvmSwitchDefault; -+ (nullable instancetype)mvmSwitchDefaultWithValueChangeBlock:(nullable ValueChangeBlock)block; - -- (void)setState:(BOOL)state animated:(BOOL)animated; - -// Sets the state without triggering the value changed block. -- (void)setState:(BOOL)stateWithoutBlock withoutBlockAnimated:(BOOL)animated; - -+ (CGFloat)getSwitchHeight; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITabBarPageControlViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITabBarPageControlViewController.h deleted file mode 100644 index bf88ea3..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITabBarPageControlViewController.h +++ /dev/null @@ -1,54 +0,0 @@ -// -// MVMCoreUITabBarPageControlViewController.h -// mobilefirst -// -// Created by Scott Pfeil on 2/11/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import -@import MVMCore.MVMCoreViewManagerProtocol; -@class MVMCoreLoadObject; - -@interface MVMCoreUITabBarPageControlViewController : MFViewController - -@property (nullable, weak, nonatomic) TopTabbar *tabBar; -@property (nonnull, strong, nonatomic, readonly) UIViewController *viewController; -@property (assign, nonatomic, readonly) BOOL tabbarIsShown; - -// Can be used to store values for pages on different tabs to share. -@property (nullable, strong, nonatomic) NSMutableDictionary *sharedObjects; - -// For server driven architecture. -- (nullable instancetype)initWithViewController:(nonnull UIViewController *)viewController loadObject:(nullable MVMCoreLoadObject *)loadObject tabsInfo:(nonnull NSArray *)tabsInfo; -- (nullable instancetype)initWithViewController:(nonnull UIViewController *)viewController loadObject:(nullable MVMCoreLoadObject *)loadObject tabsInfo:(nonnull NSArray *)tabsInfo shoudEnableSwipeGestures:(BOOL)enableSwipeGestures; - -// For client driven architecture -- (nullable instancetype)initWithViewControllers:(nonnull NSArray *>*)viewControllers tabNames:(nonnull NSArray *)tabNames loadObject:(nullable MVMCoreLoadObject *)loadObject tabsInfo:(nonnull NSArray *)tabsInfo selectedIndex:(NSUInteger)selectedIndex shoudEnableSwipeGestures:(BOOL)enableSwipeGestures; - -// Returns the number of tabs -- (NSInteger)numberOfTabs; - -// Returns the informations for the selected tab -- (nullable NSDictionary *)infoForSelectedTab; - -// Programmatically selects a tab as if the user had selected it. -- (void)selectTabAtIndex:(NSUInteger)index animated:(BOOL)shouldAnimate; -- (void)swipeToNextViewController; -- (void)swipeToPreviousViewController; - -// Returns a the tab for a page with a passed in page type. Returns NSNotFound if not present. -- (NSInteger)tabForPageWithPageType:(nullable NSString *)pageType; - -// For showing and hiding the top tab bar. -- (void)show:(BOOL)show animated:(BOOL)animated; - -// Override to add tracking when a tab is selected. -- (void)trackSelectTab; - -// Overide to pass custom parameters or additional data for a new tab load. -- (nullable NSDictionary *)getAdditionalDataForNewTabLoad:(nullable NSDictionary *)actionMap; -- (nonnull MVMCoreRequestParameters *)getRequestParametersForNewTabLoad:(nonnull MVMCoreRequestParameters *)requestParameters actionInformation:(nullable NSDictionary *)actionInformation additionalData:(nullable NSDictionary *)additionalData; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITextFieldView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITextFieldView.h deleted file mode 100644 index a70804b..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITextFieldView.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// MVMCoreUITextFieldView.h -// mobilefirst -// -// Created by Seshamani, Shreyas on 6/24/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import - -@interface MVMCoreUITextFieldView : ViewConstrainingView - -@property (nullable, weak, nonatomic) MFTextField *mvmTextField; - -+ (nullable instancetype)createWithDelegate:(nullable id )delegate; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertBaseView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertBaseView.h deleted file mode 100644 index 46b392b..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertBaseView.h +++ /dev/null @@ -1,32 +0,0 @@ -// -// MVMCoreUITopAlertBaseView.h -// mobilefirst -// -// Created by Scott Pfeil on 9/6/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import -#import - -@class MFCustomButton; - -@interface MVMCoreUITopAlertBaseView : MFView - -// Adds a top alert action. -+ (void)addActionToButton:(nonnull MFCustomButton *)button actionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData; - -// Returns a top alert styled label. -+ (nonnull UILabel *)topAlertLabel; - -// Returns a string for the passed in messages. -+ (nullable NSAttributedString *)getStringForMessage:(nullable NSString *)message subMessage:(nullable NSString *)subMessage color:(nullable UIColor *)color; - -// Adds a close button. -- (nonnull MFCustomButton *)addCloseButtonWithAnimationDelegate:(nullable id )animationDelegate; - -// Handles making various parts accessible. -- (void)handleAccessibility; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertExpandableView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertExpandableView.h deleted file mode 100644 index d1b2d47..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertExpandableView.h +++ /dev/null @@ -1,54 +0,0 @@ -// -// MVMCoreUITopAlertExpandableView.h -// mobilefirst -// -// Created by Scott Pfeil on 8/18/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import -#import - -@class PrimaryButton; -@class MVMCoreUITopAlertShortView; -@class MVMCoreUITopAlertMainView; -@class MVMCoreTopAlertObject; - -@interface MVMCoreUITopAlertExpandableView : MVMCoreUITopAlertBaseView - -@property (nullable, weak, nonatomic) MVMCoreUITopAlertShortView *shortView; -@property (nullable, weak, nonatomic) MVMCoreUITopAlertMainView *buttonView; - -// Setting this will hide the short view when the notification is collapsed. -@property (nonatomic) BOOL onlyShowTopMessageWhenCollapsed; - -// A flag for if the top alert expandable view should collapse automatically after being expanded -@property (nonatomic) BOOL collapseAutomaticallyAfterExpanded; - -// Standard -- (nullable instancetype)initWithTopAlertObject:(nonnull MVMCoreTopAlertObject *)topAlertObject animationDelegate:(nullable id )animationDelegate viewToLayout:(nonnull UIView *)viewTolayout; - -// Used primarily for when button presses will expand or collapse. (Short view button will need to be set manually) -- (nullable instancetype)initWithTopMessage:(nullable NSString *)topMessage message:(nullable NSString *)message buttonTitle:(nullable NSString *)buttonTitle animationDelegate:(nullable id )animationDelegate viewToLayout:(nonnull UIView *)viewTolayout; -- (nullable instancetype)initWithTopMessage:(nullable NSString *)topMessage message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage buttonTitle:(nullable NSString *)buttonTitle animationDelegate:(nullable id )animationDelegate viewToLayout:(nonnull UIView *)viewTolayout; - -// Used when button uses standard action map. -- (nullable instancetype)initWithTopMessage:(nullable NSString *)topMessage message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage actionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData animationDelegate:(nullable id )animationDelegate viewToLayout:(nonnull UIView *)viewTolayout; - -// Convenience change functions -- (void)setTopMessage:(nullable NSString *)topMessage; -- (void)setTopMessage:(nullable NSString *)topMessage message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage actionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData; -- (void)setTopMessage:(nullable NSString *)topMessage message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage buttonTitle:(nullable NSString *)buttonTitle userActionHandler:(nullable void (^)(id _Nonnull sender))userActionHandler; - -// Setters for making buttons expand and collapse the cell. -- (void)setButtonPressToExpand; -- (void)setButtonPressToCollapse; -- (void)setShortViewPressToCollapse; -- (void)setShortViewPressToExpand; - -// Animates -- (void)expand:(BOOL)animated; -- (void)collapse; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertMainView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertMainView.h deleted file mode 100644 index 50dd9b2..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertMainView.h +++ /dev/null @@ -1,52 +0,0 @@ -// -// MVMCoreUITopAlertMainView.h -// mobilefirst -// -// Created by Scott Pfeil on 8/17/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import -#import - -@class PrimaryButton; -@class MVMCoreTopAlertObject; - -@interface MVMCoreUITopAlertMainView : MVMCoreUITopAlertBaseView - -@property (nullable, nonatomic, weak) UILabel *label; -@property (nullable, nonatomic, weak) PrimaryButton *button; - -@property (nullable, nonatomic, strong) NSLayoutConstraint *height; - -// Standard -- (nullable instancetype)initWithTopAlertObject:(nonnull MVMCoreTopAlertObject *)topAlertObject animationDelegate:(nullable id )animationDelegate; -- (nullable instancetype)initWithColor:(nonnull UIColor *)color message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage actionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData closeButton:(BOOL)closeButton animationDelegate:(nullable id )animationDelegate; - -// inits with images -- (nullable instancetype)initWithColor:(nonnull UIColor *)color imageURL:(nullable NSString *)imageURL message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage actionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData closeButton:(BOOL)closeButton animationDelegate:(nullable id )animationDelegate; -- (nullable instancetype)initWithColor:(nonnull UIColor *)color imageURL:(nullable NSString *)imageURL message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage closeButton:(BOOL)closeButton animationDelegate:(nullable id )animationDelegate; - - -// Setters for label and button. -- (void)setupWithMessage:(nullable NSString *)message subMessage:(nullable NSString *)subMessage actionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData; -- (void)setupWithMessage:(nullable NSString *)message subMessage:(nullable NSString *)subMessage buttonTitle:(nullable NSString *)buttonTitle userActionHandler:(nullable void (^)(id _Nonnull sender))userActionHandler; - -// Setters for button. -- (void)setupButtonWithActionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData; -- (void)setupButtonWithButtonTitle:(nullable NSString *)buttonTitle userActionHandler:(nullable void (^)(id _Nonnull sender))userActionHandler; - -#pragma mark - legacy inits - -// Legacy init: inits with a label and button, no close button or icon. -- (nullable instancetype)initWithColor:(nonnull UIColor *)color message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage actionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData; - -// Legacy init: inits with a label and possible icon and close button. No main button. -- (nullable instancetype)initWithColor:(nonnull UIColor *)color message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage closeButton:(BOOL)closeButton animationDelegate:(nullable id )animationDelegate; - -// Legacy init: inits with a label and button, no close button or icon. If passing in a block to use for the button, the top alert delegate button functions will not be called. -- (nullable instancetype)initWithColor:(nonnull UIColor *)color message:(nullable NSString *)message subMessage:(nullable NSString *)subMessage buttonTitle:(nullable NSString *)buttonTitle userActionHandler:(nullable void (^)(id _Nonnull sender))userActionHandler; - - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertShortView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertShortView.h deleted file mode 100644 index 02ea2f2..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertShortView.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// MVMCoreUITopAlertShortView.h -// mobilefirst -// -// Created by Scott Pfeil on 7/20/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import - -@class MVMCoreTopAlertObject; -@class MFCustomButton; - -@interface MVMCoreUITopAlertShortView : MVMCoreUITopAlertBaseView - -@property (nullable, weak, nonatomic) UILabel *label; -@property (nullable, weak, nonatomic) MFCustomButton *button; - -- (nullable instancetype)initWithColor:(nonnull UIColor *)color message:(nullable NSString *)message actionMap:(nullable NSDictionary *)actionMap additionalData:(nullable NSDictionary *)additionalData topAlertObject:(nullable MVMCoreTopAlertObject *)topAlertObject; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertView.h deleted file mode 100644 index 9850cca..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUITopAlertView.h +++ /dev/null @@ -1,56 +0,0 @@ -// -// MVMCoreUITopAlertView.h -// myverizon -// -// Created by Chris Yang on 2/3/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -@import MVMCore.MVMCoreTopAlertAnimationDelegateProtocol; -@import MVMCore.MVMCoreLoadDelegateProtocol; -@import MVMCore.MVMCoreActionDelegateProtocol; -@import MVMCore.MVMCorePresentationDelegateProtocol; -@import MVMCore.MVMCoreTopAlertViewProtocol; -#import -#import - -@class MVMCoreTopAlertObject; -@class MVMCoreUITopAlertBaseView; - -@interface MVMCoreUITopAlertView : MFView - -@property (nonatomic, readonly) UIStatusBarStyle statusBarStyle; - -// Delegate for the top alert view -@property (nonatomic, nullable, weak) id animationDelegate; - -// Current top alert object -@property (strong, nullable, nonatomic) MVMCoreTopAlertObject *topAlertObject; - -// Returns the top alert view -+ (nullable instancetype)sharedGlobal; - -// Returns a TopAlertView with the mvm styling. Also sets the property in the session. -+ (nullable instancetype)setupTopAlertView; - -// Pins the status bar view at the top of the passed in view controller. -- (void)pinATopViewController:(nonnull UIViewController *)viewController; - -// For controlling the status bar view -- (void)expandStatusBarView; -- (void)collapseStatusBarView; - -/// reset status bar background color, when backgroundColor is nil corresponding background color will be set based on style -- (void)resetDefaultBackgroundColor:(nullable UIColor *)backgroundColor basedOnStatusBarStyle:(UIStatusBarStyle)style; - -// Can be subclassed for custom views. -- (nonnull MVMCoreUITopAlertBaseView *)topAlertViewForTopAlertObject:(nullable MVMCoreTopAlertObject *)topAlertObject animationDelegate:(nonnull id )animationDelegate statusBarColor:(UIColor *_Nullable *_Nullable)statusBarColor; - -// Get the background color based on the type -- (nonnull UIColor *)getBackgroundColorForType:(nullable NSString *)type; - -// Set the status bar color. Used for updating the status bar when the view changes. -- (void)setStatusBarColor:(nullable UIColor *)statusBarColor statusBarStyle:(UIStatusBarStyle)style; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIUtility.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIUtility.h deleted file mode 100644 index b669853..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIUtility.h +++ /dev/null @@ -1,95 +0,0 @@ -// -// MVMCoreUIUtility.h -// MVMCoreUI -// -// Created by Scott Pfeil on 1/10/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -#import - -#define fequalwiththreshold(a,b,c) (fabs((a) - (b)) < c) - -NS_ASSUME_NONNULL_BEGIN - -@interface MVMCoreUIUtility : NSObject - -#pragma mark - Getters - -//Returns localized imageName -+ (nullable NSString *)localizedImageName:(nullable NSString *)imageName; - -// The bundle for this framework -+ (nullable NSBundle *)bundleForMVMCoreUI; - -// Returns the hardcoded string from the string file. -+ (nullable NSString *)hardcodedStringWithKey:(nonnull NSString *)key; - -// Returns an image from this framework's bundle -+ (nullable UIImage *)imageNamed:(nullable NSString *)imageName; - -// Returns the margins for a view. -+ (UIEdgeInsets)getMarginsForView:(nullable UIView *)view; - -#pragma mark - Setters - -+ (void)setMarginsForView:(nullable UIView *)view leading:(CGFloat)leading top:(CGFloat)top trailing:(CGFloat)trailing bottom:(CGFloat)bottom; - -#pragma mark - Formatting - -// Formats the given mdn. -+ (nullable NSString *)formatMdn:(nullable NSString *)mdn; - -// Removes any format. -+ (nullable NSString *)removeMdnFormat:(nullable NSString *)mdn; - -#pragma mark - Validations - -// Will validate passed string on corresponding regular expression -+ (BOOL)validateString:(nonnull NSString *)string withRegularExpression:(nonnull NSString *)regExpression; - -// Validates the given mdn. -+ (BOOL)validateMDNString:(nullable NSString *)mdn; - -// Validates the given internation mdn. -+ (BOOL)validateInternationalMDNString:(nullable NSString *)mdn; - -#pragma mark - Sizing - -// Grabs the width from the available container. -+ (CGFloat)getWidth; - -// Gets the space needed at the top of the view for the status bar. -+ (CGFloat)getTopSpaceWithStatusBarForView:(UIView *_Nonnull)view; - -// Returns the height of the view. If nil is passed for the width, it will use the detail view width. -+ (CGFloat)getHeightOfView:(nonnull UIView *)view forWidth:(nullable NSNumber *)width; - -// Returns the space between the content and the frame. Can use this to get the space for items to fill out the screen. -+ (CGFloat)getRemainingSpaceBetweenContentAndFrame:(nonnull UIScrollView *)scrollview; - -// Gets the constraint height to be whatever space is left in the scroll view. -+ (CGFloat)getVariableConstraintHeight:(CGFloat)currentConstant inScrollView:(nonnull UIScrollView *)scrollView minimumHeight:(CGFloat)minimumHeight; - -// Sets the view's frame according to constraint. -+ (void)sizeViewToFit:(nullable UIView *)view; - -#pragma mark - Keyboard - -/** Handles setting the content inset for a passed in scroll view. - * @param notification - pass in the notification from the UIKeyboardWillShowNotification. - * @param scrollView - the scroll view to set the content inset. - * @param viewController - Pass in the main view that the scroll view is in for calculations. - * @param rectToScrollTo - Pass in a block that returns the rectangle. **/ -+ (void)setScrollViewInsetForKeyboardShow:(nonnull NSNotification *)notification scrollView:(nonnull UIScrollView *)scrollView viewController:(nonnull UIViewController *)viewController rectToScrollTo:(nonnull CGRect (^)(void))rectToScrollTo; - -/** Handles setting the content inset for a passed in scroll view. - * @param notification - pass in the notification from the UIKeyboardWillShowNotification. - * @param scrollView - the scroll view to set the content inset. - * @param contentInset - The pre-keyboard inset to set after hiding. **/ -+ (void)setScrollViewInsetForKeyboardHide:(nonnull NSNotification *)notification scrollView:(nonnull UIScrollView *)scrollView viewController:(nonnull UIViewController *)viewController contentInset:(UIEdgeInsets)contentInset; - - -@end - -NS_ASSUME_NONNULL_END diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIViewConstrainingProtocol.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIViewConstrainingProtocol.h deleted file mode 100644 index afea0ef..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIViewConstrainingProtocol.h +++ /dev/null @@ -1,37 +0,0 @@ -// -// MVMCoreUIViewConstrainingProtocol.h -// MVMCoreUI -// -// Created by Scott Pfeil on 6/3/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -#import - -@protocol MVMCoreUIViewConstrainingProtocol - -@optional - -/// Notifies the creator that the view may not be suitable to be shown on its own and it needs to be added to a view to help with layout. -- (BOOL)needsToBeConstrained; - -/// The alignment if constrained. -- (UIStackViewAlignment)alignment; - -/// Can be used to override any standard constraints that may be added. -- (BOOL)useStandardConstraints; - -/// Determines if the constraining view will copy the background color of the delegate. -- (BOOL)copyBackgroundColor; - -/// Will align if it can. -- (void)alignHorizontal:(UIStackViewAlignment)alignment; -- (void)alignVertical:(UIStackViewAlignment)alignment; - -/// Containing Views can tell the contained if they should use horizontal margins. -- (void)shouldSetHorizontalMargins:(BOOL)shouldSet; - -/// Containing Views can tell the contained if they should use vertical margins. -- (void)shouldSetVerticalMargins:(BOOL)shouldSet; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIViewControllerMappingObject.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIViewControllerMappingObject.h deleted file mode 100644 index 0f40b2a..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MVMCoreUIViewControllerMappingObject.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// MVMCoreUIViewControllerMappingObject.h -// MVMCoreUI -// -// Created by Scott Pfeil on 1/23/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface MVMCoreUIViewControllerMappingObject : MVMCoreViewControllerMappingObject - -@end - -NS_ASSUME_NONNULL_END diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MoleculeDelegateProtocol.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MoleculeDelegateProtocol.h deleted file mode 100644 index fa91e0f..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MoleculeDelegateProtocol.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// MoleculeDelegateProtocol.h -// MVMCoreUI -// -// Created by Scott Pfeil on 5/22/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// -#import - -@protocol MoleculeDelegateProtocol - -/// returns a module for the corresponding module name. -- (nullable NSDictionary *)getModuleWithName:(nullable NSString *)name; - -@optional -/// Notifies the delegate that the molecule layout update. Should be called when the layout may change due to an async method. -- (void)moleculeLayoutUpdated:(nonnull UIView *)molecule; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/MoleculeListCellProtocol.h b/SharedFrameworks/MVMCoreUI.framework/Headers/MoleculeListCellProtocol.h deleted file mode 100644 index 7603c82..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/MoleculeListCellProtocol.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// MoleculeListCellProtocol.h -// MVMCoreUI -// -// Created by Scott Pfeil on 5/22/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// -#import -@class MVMCoreUIDelegateObject; - -@protocol MoleculeListCellProtocol -@optional - -/// Can set the separator according to what the moleculeList commands. -- (void)setSeparatorWithJSON:(nullable NSDictionary *)json delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject additionalData:(nullable NSDictionary *)additionalData indexPath:(nonnull NSIndexPath *)indexPath; - -/// Handle action -- (void)didSelectCellAtIndex:(nonnull NSIndexPath *)indexPath delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject additionalData:(nullable NSDictionary *)additionalData; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/NSLayoutConstraint+MFConvenience.h b/SharedFrameworks/MVMCoreUI.framework/Headers/NSLayoutConstraint+MFConvenience.h deleted file mode 100644 index 3d615da..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/NSLayoutConstraint+MFConvenience.h +++ /dev/null @@ -1,85 +0,0 @@ -// -// NSLayoutConstraint+MFConvenience.h -// myverizon -// -// Created by Chris Yang on 1/15/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import - -//************************************************************************ -//* -//* IMPORTANT::make sure add subView to superView before call the methods -//* -//************************************************************************ - -// constraint constants -extern NSString * _Nonnull const ConstraintTop; -extern NSString * _Nonnull const ConstraintBot; -extern NSString * _Nonnull const ConstraintLeading; -extern NSString * _Nonnull const ConstraintTrailing; -extern NSString * _Nonnull const ConstraintCenterX; -extern NSString * _Nonnull const ConstraintCenterY; -extern NSString * _Nonnull const ConstraintHeight; -extern NSString * _Nonnull const ConstraintWidth; - -@interface NSLayoutConstraint (MFConvenience) - -//this will pin subview to superview -+ (nullable NSDictionary *)constraintPinSubviewToSuperview:(nullable UIView *)subview; - -+ (nullable NSDictionary *)constraintPinSubview:(nullable UIView *)subview pinTop:(BOOL)pinTop pinBottom:(BOOL)pinBottom pinLeft:(BOOL)pinLeft pinRight:(BOOL)pinRight; - -+ (nullable NSDictionary *)constraintPinSubview:(nullable UIView *)subview topRelation:(NSLayoutRelation)topRelation bottomRelation:(NSLayoutRelation)bottomRelation leftRelation:(NSLayoutRelation)leftRelation rightRelation:(NSLayoutRelation)rightRelation; - -+ (nullable NSDictionary *)constraintPinSubview:(nullable UIView *)subview pinTop:(BOOL)pinTop topConstant:(CGFloat)topConstant pinBottom:(BOOL)pinBottom bottomConstant:(CGFloat)bottomConstant pinLeft:(BOOL)pinLeft leftConstant:(CGFloat)leftConstant pinRight:(BOOL)pinRight rightConstant:(CGFloat)rightConstant; - -+ (nullable NSDictionary *)constraintPinSubview:(nullable UIView *)subview pinTop:(BOOL)pinTop topConstant:(CGFloat)topConstant topRelation:(NSLayoutRelation)topRelation pinBottom:(BOOL)pinBottom bottomConstant:(CGFloat)bottomConstant bottomRelation:(NSLayoutRelation)bottomRelation pinLeft:(BOOL)pinLeft leftConstant:(CGFloat)leftConstant leftRelation:(NSLayoutRelation)leftRelation pinRight:(BOOL)pinRight rightConstant:(CGFloat)rightConstant rightRelation:(NSLayoutRelation)rightRelation; - -// Pin subview with 1 side -+ (nullable NSDictionary *)constraintPinTopSubview:(nonnull UIView *)subview topConstant:(CGFloat)topConstant; -+ (nullable NSDictionary *)constraintPinBottomSubview:(nonnull UIView *)subview bottomConstant:(CGFloat)bottomConstant; -+ (nullable NSDictionary *)constraintPinLeftSubview:(nonnull UIView *)subview leftConstant:(CGFloat)leftConstant; -+ (nullable NSDictionary *)constraintPinRightSubview:(nonnull UIView *)subview rightConstant:(CGFloat)rightConstant; - -//pin the subview to the horizontal and vertical center of super view -+ (nullable NSDictionary *)constraintPinSubviewToCenterOfSuperview:(nullable UIView *)subview; - -+ (nullable NSDictionary *)constraintPinSubview:(nullable UIView *)subview pinCenterX:(BOOL)pinCenterX pinCenterY:(BOOL)pinCenterY; - -+ (nullable NSDictionary *)constraintPinSubview:(nullable UIView *)subview pinCenterX:(BOOL)pinCenterX centerXConstant:(CGFloat)centerXConstant pinCenterY:(BOOL)pinCenterY centerYConstant:(CGFloat)centerYConstant; - - -//set height and width constraint for a view -+ (nullable NSDictionary *)constraintPinView:(nonnull UIView*)view heightConstraint:(BOOL)pinHeight heightConstant:(CGFloat)heightConstant widthConstraint:(BOOL)pinWidth widthConstant:(CGFloat)widthConstant; - -// pins 2 views in same hierarchy -+(nonnull NSLayoutConstraint *)constraintPinFirstView :(nonnull UIView*)firstView toSecondView :(nonnull UIView*)secondView withConstant :(CGFloat)constant directionVertical :(BOOL)directionVertical; - -+(nullable NSDictionary *)constraintAlignView :(nonnull UIView *)firstView toSecondView :(nonnull UIView *)secondView alignX :(BOOL)alignX alignY :(BOOL)alignY; - -#pragma mark - With Margins - -+ (nonnull NSDictionary *)pinViewToSuperview:(nonnull UIView *)subview useMargins:(BOOL)useMargins; -+ (nonnull NSLayoutConstraint *)pinViewTopToSuperview:(nonnull UIView *)view useMargins:(BOOL)useMargins constant:(CGFloat)constant; -+ (nonnull NSLayoutConstraint *)pinViewLeftToSuperview:(nonnull UIView *)view useMargins:(BOOL)useMargins constant:(CGFloat)constant; -+ (nonnull NSLayoutConstraint *)pinViewRightToSuperview:(nonnull UIView *)view useMargins:(BOOL)useMargins constant:(CGFloat)constant; -+ (nonnull NSLayoutConstraint *)pinViewBottomToSuperview:(nonnull UIView *)view useMargins:(BOOL)useMargins constant:(CGFloat)constant; - -#pragma mark - Scaling constraints - -// These functions will pin a view to its super view with space that is a ratio of the anchor (by default the super view's width if nothing is passed in). (So if the space is 24 and the super's width is 320 in the design, then the ratio should be 24/320 and this will be multiplied by the super's current width, so that the constraint always linearly scales). -+ (nullable NSDictionary *)scalingConstraintPinSubview:(nullable UIView *)subview pinTop:(BOOL)pinTop topConstant:(CGFloat)topConstant pinBottom:(BOOL)pinBottom bottomConstant:(CGFloat)bottomConstant pinLeft:(BOOL)pinLeft leftConstant:(CGFloat)leftConstant pinRight:(BOOL)pinRight rightConstant:(CGFloat)rightConstant baseConstant:(CGFloat)baseConstant; -+ (nullable NSDictionary *)scalingConstraintPinSubview:(nullable UIView *)subview pinTop:(BOOL)pinTop topConstant:(CGFloat)topConstant pinBottom:(BOOL)pinBottom bottomConstant:(CGFloat)bottomConstant pinLeft:(BOOL)pinLeft leftConstant:(CGFloat)leftConstant pinRight:(BOOL)pinRight rightConstant:(CGFloat)rightConstant baseConstant:(CGFloat)baseConstant anchor:(nullable NSLayoutDimension *)anchor; - -// More Direct helpers -+ (nonnull NSLayoutConstraint *)scalingPinViewLeftToSuper:(nonnull UIView *)view ratio:(CGFloat)ratio anchor:(nullable NSLayoutDimension *)anchor; -+ (nonnull NSLayoutConstraint *)scalingPinViewRightToSuper:(nonnull UIView *)view ratio:(CGFloat)ratio anchor:(nullable NSLayoutDimension *)anchor; -+ (nonnull NSLayoutConstraint *)scalingPinViewTopToSuper:(nonnull UIView *)view ratio:(CGFloat)ratio anchor:(nullable NSLayoutDimension *)anchor; -+ (nonnull NSLayoutConstraint *)scalingPinViewBottomToSuper:(nonnull UIView *)view ratio:(CGFloat)ratio anchor:(nullable NSLayoutDimension *)anchor; - -// Pins one view to another. Smart enough to handle pinning a view to its super or a view to another view with the same super. Pass in the direction and relationship for the pinning. Ratio works the same as the above functions. Can optionally also pass in an anchor if you do not wish to use the super's width as an anchor. -+ (nonnull NSLayoutConstraint *)scalingConstraintPinView:(nonnull UIView *)view toView:(nonnull UIView *)toView layoutAxis:(UILayoutConstraintAxis)layoutAxis relation:(NSLayoutRelation)relation ratio:(CGFloat)ratio anchor:(nullable NSLayoutDimension *)anchor; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/PrimaryButton.h b/SharedFrameworks/MVMCoreUI.framework/Headers/PrimaryButton.h deleted file mode 100644 index 9992943..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/PrimaryButton.h +++ /dev/null @@ -1,129 +0,0 @@ -// -// PrimaryButton.h -// myverizon -// -// Created by Scott Pfeil on 12/2/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// - -#import -#import -#import -#import -#import - -typedef enum : NSUInteger { - PrimaryButtonTypeRed, - PrimaryButtonTypeGray, - PrimaryButtonTypeWhiteRed, - PrimaryButtonTypeGrayRed, - // 2.0 - PrimaryButtonTypeBlack, - PrimaryButtonTypeWhite, - PrimaryButtonTypeCustom -} PrimaryButtonType; - -static CGFloat const PrimaryButtonHeight = 42.0; -static CGFloat const PrimaryButtonSmallHeight = 30.0; - -@interface PrimaryButton : MFCustomButton - -@property (nonatomic, readonly, assign) PrimaryButtonType primaryButtonType; //use reset function to set - -// For custom type. -@property (nonatomic, strong, nullable) UIColor *fillColor; -@property (nonatomic, strong, nullable) UIColor *borderColor; -@property (nonatomic, strong, nullable) UIColor *textColor; -@property (nonatomic, strong, nullable) UIColor *disabledFillColor; -@property (nonatomic, strong, nullable) UIColor *disabledBorderColor; -@property (nonatomic, strong, nullable) UIColor *disabledTextColor; - -@property (nullable, copy, nonatomic) BOOL(^extraValidationBlock)(void); - -// Set as no to make button filled, set as yes to make button bordered. -@property (nonatomic) BOOL bordered; - -// set YES to skip highlight method, for customer color button -@property (nonatomic) BOOL skipHighlighted; - -// The main creation functions, changed to black button for 2.0 for default -+ (nullable instancetype)primaryButton:(BOOL)enabled; -+ (nullable instancetype)primarySmallButton:(BOOL)enabled; -+ (nullable instancetype)primaryTinyButton:(BOOL)enabled; - -+ (nonnull instancetype)primaryButton NS_SWIFT_NAME(button()); -+ (nullable instancetype)primarySmallButton; -+ (nullable instancetype)primaryWhiteButton:(BOOL)small; - -// legacy color functions. -+ (nullable instancetype)primaryRedButton; -+ (nullable instancetype)primaryGrayButtonSmall:(BOOL)small; -+ (nullable instancetype)primaryRedSmallButton; -+ (nullable instancetype)primaryGraySmallRedButton; -+ (nullable instancetype)primaryWhiteSmallRedButton; - -// Returns the current height of the button. -- (CGFloat)getHeight; - -#pragma mark - For Subclassing - -// Creates and pins the height of the button, nothing more. -+ (nullable instancetype)getButton; - -// Pins the height initially. -- (void)pinHeight; - -#pragma mark - Setting - -// The new defaults. -- (void)setAsStandardCustom; -- (void)setAsSecondaryCustom; - -// For setting after creation. -- (void)setAsSmallButton:(BOOL)smallButton enabled:(BOOL)enabled bordered:(BOOL)bordered; - -// Changes the size of the button. Currently only small,regular and tiny. -- (void)setAsSmallButton:(BOOL)smallButton; - -// Changes the size of the button to Tiny -- (void)setAsTiny:(BOOL)tinyButton; - -// Sets the button to red. -- (void)setAsRed; - -// Sets the button to gray. -- (void)setAsGray; - -// Sets the button to dark gray/ for white button disabled -- (void)setAsDarkGray; - -// Sets the button with white background color with red border (used in ISPU) -- (void)setAsWhite; - -- (void)setAsAllWhite; - -- (void)setAsInactiveGray; - -// Pins the width after title/text setup. -// Note: use this after setting up button title -- (void)pinWidth; - -// Add edgeinset into button, redo constraints -- (void)pinEdgeInsetHeight:(CGFloat)heightInset Width:(CGFloat)widthInset; - -// properly reset the button appearence -- (void)resetButtonType:(PrimaryButtonType)type small:(BOOL)isSmall bordered:(BOOL)bordered; -- (void)resetButtonType:(PrimaryButtonType)type tiny:(BOOL)isTiny bordered:(BOOL)bordered; - -#pragma mark - Handling Validations - -// Sets the enabled property depending on the validity checks -- (void)setEnabledByValidity; - -// Will handle enabling and disabling itself based on if all the textfields passed in are valid or not. This will set the textfields validation block to accept any entered value (except no entry). -- (void)handleEnablingWithTextFieldsDefaultValidations:(nullable NSArray *)textFields; - -// Same as above but will not use default validations. You will have to set validation blocks yourself prior. -- (void)handleEnablingWithTextFields:(nullable NSArray *)textFields; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/ProgrammaticScrollViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/ProgrammaticScrollViewController.h deleted file mode 100644 index f9f32f6..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/ProgrammaticScrollViewController.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// ProgrammaticScrollViewController.h -// myverizon -// -// Created by Scott Pfeil on 1/26/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import - -@interface ProgrammaticScrollViewController : MFScrollingViewController - -@property (nullable, nonatomic, strong) NSLayoutConstraint *topConstraint; -@property (nullable, nonatomic, strong) NSLayoutConstraint *bottomConstraint; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/SeparatorView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/SeparatorView.h deleted file mode 100644 index 89a9197..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/SeparatorView.h +++ /dev/null @@ -1,44 +0,0 @@ -// -// SeparatorView.h -// mobilefirst -// -// Created by Chris Yang on 2/24/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import -#import -@class MFSizeObject; - -typedef enum : NSUInteger { - SeparatorPositionTop, - SeparatorPositionBot -} SeparatorPosition; - -@interface SeparatorView : MFView - -@property (nullable, weak, nonatomic) NSLayoutConstraint *height; -@property (nullable, weak, nonatomic) NSLayoutConstraint *leftPin; -@property (nullable, weak, nonatomic) NSLayoutConstraint *rightPin; -@property (nullable, weak, nonatomic) NSLayoutConstraint *verticalPaddingConstraint; - -@property (nullable, strong, nonatomic) MFSizeObject *heightSizeObject; - - -+ (nullable SeparatorView *)separatorAddToView:(nullable UIView *)superView position:(SeparatorPosition)position positionPadding:(CGFloat)positionPadding withHorizontalPadding:(CGFloat)padding; -+ (nullable SeparatorView *)separatorAddToView:(nullable UIView *)superView position:(SeparatorPosition)position withHorizontalPadding:(CGFloat)padding; -+ (nullable SeparatorView *)separatorAddToView:(nullable UIView *)superView position:(SeparatorPosition)position; - -- (void)setLeftAndRightPinConstant:(CGFloat)pinConstant; -- (void)setVerticalPaddingConstant:(CGFloat)pinConstant;//might need the super view to relayout after calling this method - -- (void)hide; -- (void)show; - -- (void)setAsHeavy; -- (void)setAsRegular; -- (void)setAsLight; -- (void)setAsMedium; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/StackableViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/StackableViewController.h deleted file mode 100644 index 4998415..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/StackableViewController.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// StackableViewController.h -// myverizon -// -// Created by Scott Pfeil on 3/26/14. -// Copyright (c) 2014 Verizon Wireless. All rights reserved. -// -// This view controller is here to enable faster development of standard form screens. Put all ui objects that you want to be displayed in a top down order in an array and then call the generateFormWithUIArray. Any type can go in it. - -#import - -@interface StackableViewController : MVMCoreUIStackableViewController - -// Returns the spacing that should surround the passed in item. Subclass this to change spacing. -- (UIEdgeInsets)spaceAroundUIObject:(nullable id)object; - -// When using constraining views in the form array, resets the space that should surround each element. -- (void)resetSpaceForFormArrayWithConstrainingViews; - -// Returns the standard space around ui objects. -+ (UIEdgeInsets)standardSpaceAroundUIObject; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/TextButtonView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/TextButtonView.h deleted file mode 100644 index 49d0c9a..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/TextButtonView.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// TextButtonView.h -// myverizon -// -// Created by Scott Pfeil on 12/11/15. -// Copyright © 2015 Verizon Wireless. All rights reserved. -// - -#import -#import -#import - -@interface TextButtonView : ViewConstrainingView - -@property (nullable, weak, nonatomic) MFTextButton *textButton; -@property (nullable, weak, nonatomic) MFTextButton *secondaryTextButton; - -// Any standard init creates a single button. - -// inits with two buttons. -- (nullable instancetype)initWithTwoButtons; - -// To add dotted underline below text button, in case of one button -- (void)addDotLineBelowButton; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/ThreeLayerViewController.swift b/SharedFrameworks/MVMCoreUI.framework/Headers/ThreeLayerViewController.swift deleted file mode 100644 index dae861d..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/ThreeLayerViewController.swift +++ /dev/null @@ -1,262 +0,0 @@ -// -// MVMCoreUIThreeLayerViewController.swift -// MVMCoreUI -// -// Created by Scott Pfeil on 2/13/19. -// Copyright © 2019 Verizon Wireless. All rights reserved. -// -// This class has three views, a top, middle, and bottom. The top view is just the first view in the scrollview. The middle can be aligned center, top, or bottom depending on if spaceBetweenTopAndMiddle() or spaceBetweenMiddleAndBottom() return values. The bottom view, if inside the scrollview, appears pinned to the bottom unless content pushes it off the screen. If outside the scroll, it's pinned to the bottom under the scrollview. - -import UIKit -import MVMAnimationFramework - -open class ThreeLayerViewController: ProgrammaticScrollViewController { - - // The three main views - var topView: UIView? - var middleView: UIView? - var bottomView: UIView? - var useMargins: Bool = false - - // The bottom view can be put outside of the scrolling area. - var bottomViewOutsideOfScroll = false - - private var safeAreaView: UIView? - var heightConstraint: NSLayoutConstraint? - - open override func updateViews() { - super.updateViews() - let width = view.bounds.width - MFStyler.setDefaultMarginsFor(contentView, size: width) - if let topView = topView as? MVMCoreViewProtocol { - topView.updateView(width) - } - if let middleView = middleView as? MVMCoreViewProtocol { - middleView.updateView(width) - } - if let bottomView = bottomView as? MVMCoreViewProtocol { - bottomView.updateView(width) - } - } - - open override func updateViewConstraints() { - super.updateViewConstraints() - guard let scrollView = scrollView else { - return - } - - if #available(iOS 11.0, *), scrollView.contentInsetAdjustmentBehavior == UIScrollView.ContentInsetAdjustmentBehavior.automatic { - heightConstraint?.constant = -scrollView.adjustedContentInset.top - scrollView.adjustedContentInset.bottom - } else { - heightConstraint?.constant = -scrollView.contentInset.top - scrollView.contentInset.bottom - } - } - - open override func loadView() { - super.loadView() - // The height is used to keep the bottom view at the bottom. - if let contentView = contentView, let scrollView = scrollView { - heightConstraint = contentView.heightAnchor.constraint(equalTo: scrollView.heightAnchor, multiplier: 1.0) - heightConstraint?.priority = UILayoutPriority.defaultLow - } - } - - open override func newDataBuildScreen() { - super.newDataBuildScreen() - - // Removes the views - topView?.removeFromSuperview() - middleView?.removeFromSuperview() - bottomView?.removeFromSuperview() - safeAreaView?.removeFromSuperview() - MVMCoreUIStackableViewController.remove(contentView?.subviews) - - // Reset constraints - bottomConstraint?.isActive = true - heightConstraint?.isActive = false - - setupLayers() - } - - //MARK:-Functions to subclass - // Subclass for a top view. - open func viewForTop() -> UIView? { - return nil - } - - // Subclass for a middle view. - open func viewForMiddle() -> UIView? { - return nil - } - - // Subclass for a bottom view. - open func viewForBottom() -> UIView? { - return nil - } - - // If a value is set, the middle view is pinned this value below the top view, if not, space is left to fill. - open func spaceBetweenTopAndMiddle() -> CGFloat? { - return nil - } - - // If a value is set, the middle view is pinned this value above the bottom view, if not, space is left to fill. - open func spaceBetweenMiddleAndBottom() -> CGFloat? { - return nil - } -} - -//MARK:-Setup -extension ThreeLayerViewController { - func setupViewAsTop() -> UIView? { - if let topView = viewForTop() { - self.topView = topView - } else { - topView = MVMCoreUICommonViewsUtility.commonView() - topView?.heightAnchor.constraint(equalToConstant: 0).isActive = true - } - guard let topView = topView, let contentView = contentView else { - return nil - } - contentView.addSubview(topView) - NSLayoutConstraint.pinViewTop(toSuperview: topView, useMargins: useMargins, constant: 0).isActive = true - NSLayoutConstraint.pinViewLeft(toSuperview: topView, useMargins: useMargins, constant: 0).isActive = true - NSLayoutConstraint.pinViewRight(toSuperview: topView, useMargins: useMargins, constant: 0).isActive = true - return topView - } - - func setupViewAsMiddle() -> UIView? { - if let middleView = viewForMiddle() { - self.middleView = middleView - } else { - middleView = MVMCoreUICommonViewsUtility.commonView() - middleView?.heightAnchor.constraint(equalToConstant: 0).isActive = true - } - guard let middleView = middleView, let contentView = contentView else { - return nil - } - contentView.addSubview(middleView) - NSLayoutConstraint.pinViewLeft(toSuperview: middleView, useMargins: useMargins, constant: 0).isActive = true - NSLayoutConstraint.pinViewRight(toSuperview: middleView, useMargins: useMargins, constant: 0).isActive = true - middleView.setContentHuggingPriority(UILayoutPriority.required, for: NSLayoutConstraint.Axis.vertical) - return middleView - } - - func setupViewAsBottom() -> UIView? { - if let bottomView = viewForBottom() { - self.bottomView = bottomView - } else { - bottomView = MVMCoreUICommonViewsUtility.commonView() - bottomView?.heightAnchor.constraint(equalToConstant: 0).isActive = true - } - guard let bottomView = bottomView else { - return nil - } - - // Adds the bottom view outside the scroll if directed. - if bottomViewOutsideOfScroll { - bottomConstraint?.isActive = false; - addViewInsideOfScrollViewBottom(ViewConstrainingView.empty()) - addViewOutsideOfScrollViewBottom(bottomView) - } else { - bottomConstraint?.isActive = true; - addViewInsideOfScrollViewBottom(bottomView) - } - return bottomView - } - - func setupLayers() { - guard let contentView = contentView, let topView = setupViewAsTop(), let middleView = setupViewAsMiddle(), let bottomView = setupViewAsBottom() else { - return - } - let spaceAbove = spaceBetweenTopAndMiddle() - let spaceBelow = spaceBetweenMiddleAndBottom() - if let spaceAbove = spaceAbove, let spaceBelow = spaceBelow { - // Both top and bottom space set, buttons not pinned to bottom. - middleView.topAnchor.constraint(equalTo: topView.bottomAnchor, constant: spaceAbove).isActive = true - bottomView.topAnchor.constraint(equalTo: middleView.bottomAnchor, constant: spaceBelow).isActive = true - } else { - heightConstraint?.isActive = true - - if let spaceAbove = spaceAbove { - // Space above is set, space below is free. - let bottomSpacer = MVMCoreUICommonViewsUtility.commonView() - contentView.addSubview(bottomSpacer) - bottomSpacer.leftAnchor.constraint(equalTo: contentView.leftAnchor).isActive = true - contentView.rightAnchor.constraint(equalTo: bottomSpacer.rightAnchor).isActive = true - bottomSpacer.heightAnchor.constraint(greaterThanOrEqualToConstant: 0).isActive = true - middleView.topAnchor.constraint(equalTo: topView.bottomAnchor, constant: spaceAbove).isActive = true - bottomSpacer.topAnchor.constraint(equalTo: middleView.bottomAnchor).isActive = true - bottomView.topAnchor.constraint(equalTo: bottomSpacer.bottomAnchor).isActive = true - } else if let spaceBelow = spaceBelow { - // Space below is set, space above is free. - let topSpacer = MVMCoreUICommonViewsUtility.commonView() - contentView.addSubview(topSpacer) - topSpacer.leftAnchor.constraint(equalTo: contentView.leftAnchor).isActive = true - contentView.rightAnchor.constraint(equalTo: topSpacer.rightAnchor).isActive = true - topSpacer.heightAnchor.constraint(greaterThanOrEqualToConstant: PaddingTwo).isActive = true - topSpacer.topAnchor.constraint(equalTo: topView.bottomAnchor).isActive = true - middleView.topAnchor.constraint(equalTo: topSpacer.bottomAnchor).isActive = true - bottomView.topAnchor.constraint(equalTo: middleView.bottomAnchor, constant: spaceBelow).isActive = true - } else { - // No set space above or below, make the spacers the same height with a default minimum. - let topSpacer = MVMCoreUICommonViewsUtility.commonView() - let bottomSpacer = MVMCoreUICommonViewsUtility.commonView() - contentView.addSubview(topSpacer) - contentView.addSubview(bottomSpacer) - topSpacer.leftAnchor.constraint(equalTo: contentView.leftAnchor).isActive = true - contentView.rightAnchor.constraint(equalTo: topSpacer.rightAnchor).isActive = true - bottomSpacer.leftAnchor.constraint(equalTo: contentView.leftAnchor).isActive = true - contentView.rightAnchor.constraint(equalTo: bottomSpacer.rightAnchor).isActive = true - topSpacer.heightAnchor.constraint(equalTo: bottomSpacer.heightAnchor).isActive = true - topSpacer.heightAnchor.constraint(greaterThanOrEqualToConstant: PaddingTwo).isActive = true - topSpacer.topAnchor.constraint(equalTo: topView.bottomAnchor).isActive = true - middleView.topAnchor.constraint(equalTo: topSpacer.bottomAnchor).isActive = true - bottomSpacer.topAnchor.constraint(equalTo: middleView.bottomAnchor).isActive = true - bottomView.topAnchor.constraint(equalTo: bottomSpacer.bottomAnchor).isActive = true - } - } - } - - func addViewInsideOfScrollViewBottom(_ view: UIView) { - guard let contentView = contentView else { - return - } - contentView.addSubview(view); - NSLayoutConstraint.pinViewLeft(toSuperview: view, useMargins: useMargins, constant: 0).isActive = true - NSLayoutConstraint.pinViewRight(toSuperview: view, useMargins: useMargins, constant: 0).isActive = true - NSLayoutConstraint.pinViewBottom(toSuperview: view, useMargins: useMargins, constant: 0).isActive = true - } - - func addViewOutsideOfScrollViewBottom(_ view: UIView) { - self.view?.addSubview(view) - if let scrollView = scrollView, let parentView = self.view { - view.topAnchor.constraint(equalTo: scrollView.bottomAnchor).isActive = true - NSLayoutConstraint.pinViewLeft(toSuperview: view, useMargins: useMargins, constant: 0).isActive = true - NSLayoutConstraint.pinViewRight(toSuperview: view, useMargins: useMargins, constant: 0).isActive = true - if #available(iOS 11.0, *) { - parentView.safeAreaLayoutGuide.bottomAnchor.constraint(equalTo: view.bottomAnchor).isActive = true - if let safeAreaView = MVMCoreUICommonViewsUtility.getAndSetupSafeAreaView(on: parentView) { - safeAreaView.backgroundColor = bottomView?.backgroundColor - self.safeAreaView = safeAreaView - } - } else { - NSLayoutConstraint.pinViewBottom(toSuperview: view, useMargins: useMargins, constant: 0).isActive = true - } - } - } -} - -//MARK:-Animation -extension ThreeLayerViewController { - open override func setupIntroAnimations() { - if let topView = topView, topView.subviews.count > 0 { - introAnimationManager?.addAnimation(animation: MVMAnimations.fadeUpAnimation(view: topView)) - } - if let middleView = middleView, middleView.subviews.count > 0 { - introAnimationManager?.addAnimation(animation: MVMAnimations.fadeUpAnimation(view: middleView)) - } - if let bottomView = bottomView, bottomView.subviews.count > 0 { - introAnimationManager?.addAnimation(animation: MVMAnimations.fadeUpAnimation(view: bottomView)) - } - } -} diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/TopLabelsAndBottomButtonsTableViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/TopLabelsAndBottomButtonsTableViewController.h deleted file mode 100644 index 04defbb..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/TopLabelsAndBottomButtonsTableViewController.h +++ /dev/null @@ -1,74 +0,0 @@ -// -// TopLabelsAndBottomButtonsTableViewController.h -// myverizon -// -// Created by Chris Yang on 2/3/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import - -@class PrimaryButton; - - -@interface TopLabelsAndBottomButtonsTableViewController : MFProgrammaticTableViewController - -@property (nullable, weak, nonatomic) TopLabelsView *topLabelsView; -@property (nullable, weak, nonatomic) PrimaryButton *primaryButton; -@property (nullable, weak, nonatomic) PrimaryButton *secondaryButton; -@property (nullable, weak, nonatomic) UIView *viewInScroll; -@property (nullable, weak, nonatomic) UIView *viewOutOfScroll; -@property (nullable, strong, nonatomic) UIView *bottomView; -@property (nullable, strong, nonatomic) UIView *safeAreaView; -@property (nullable, strong, nonatomic) UIView *tableFooterAccessoryView; - - -// Can override. This is put in because to cover 90% of the screens for initial ipad release, need to rebuild ui (newDataBuildScreen) of size of view change in updateViews. Disable this to handle manually with more finess. -@property (nonatomic) BOOL rebuildUIOnSizeChange; - -// For manually showing and hiding top or bottom view. Most likely not needed. May be useful for if a header is not there but then appears under certain conditions. -- (void)showHeader; -- (void)hideHeader; -- (void)showFooter; -- (void)hideFooter; - -// showing/hiding left and right primary buttons -- (void)setPrimaryLeftButtonHidden:(BOOL)left rightButtonHidden:(BOOL)right; - -#pragma mark - Subclass -//********* -// Can overwrite the default padding below top view or above middle view(between view) -- (nonnull NSNumber *)spaceAboveBetweenView; -// If both are subclassed to return NO, then the buttons will not be pinned towards the bottom because neither spacing would try to fill the screen. Below top is default NO, above bottom is default YES. -- (BOOL)spaceBelowTopViewSetToFill; -- (BOOL)spaceAboveBottomViewSetToFill; - -// Can overwrite the default padding for labels and buttons. -- (UIEdgeInsets)paddingForTopLabels; -- (UIEdgeInsets)paddingForBottomButtons; - -// default button map will automatically get from response, or you can set these to have your own button map used. -- (nullable NSDictionary *)secondaryButtonMap; -- (nullable NSDictionary *)primaryButtonMap; - -//populate the footer accerssory view -- (nonnull NSArray *)populateHeaderAccessoryView; -//populate the footer accerssory view -- (nonnull NSArray *)populateFooterAccessoryView; - -// The space between objects for the footer accessory. -- (UIEdgeInsets)spaceAroundUIObject:(nullable id)object; - -// Should not sub class it, for most cases, the headline and message will be in page map, but who knows how server wants to send them in certain pages -- (nullable NSDictionary *)mapForTopLabels; - -// Use these if you want to replace the top labels or bottom button views with your own views. -- (nullable UIView *)useCustomViewInsteadOfLabels; -- (nullable UIView *)useCustomViewInsteadOfButtons; - -// Can override if the buttons should be outside of the scroll or not. Default is no. -- (BOOL)bottomViewOutsideOfScroll; -//override for setting attributed headline and message --(void)setHeadlineAndMessage; -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/TopLabelsAndBottomButtonsViewController.h b/SharedFrameworks/MVMCoreUI.framework/Headers/TopLabelsAndBottomButtonsViewController.h deleted file mode 100644 index 720f009..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/TopLabelsAndBottomButtonsViewController.h +++ /dev/null @@ -1,76 +0,0 @@ -// -// TopLabelsAndBottomButtonsViewController.h -// myverizon -// -// Created by Scott Pfeil on 1/26/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// -// Has top labels docked on top, buttons docked on bottom, and anything you'd like in between when subclassed. - -#import -#import -#import -@class LabelView; -@class PrimaryButton; - -@interface TopLabelsAndBottomButtonsViewController : StackableViewController - -@property (nullable, weak, nonatomic) TopLabelsView *topLabelsView; -@property (nullable, weak, nonatomic) PrimaryButton *primaryButton; -@property (nullable, weak, nonatomic) PrimaryButton *secondaryButton; -@property (nullable, weak, nonatomic, readonly) UIView *bottomView; -@property (nullable, weak, nonatomic, readonly) UIView *topView; -@property (nullable, weak, nonatomic) UIView *viewInScroll; -@property (nullable, weak, nonatomic) UIView *viewOutOfScroll; -@property (nullable, strong, nonatomic) UIView *safeAreaView; -@property (nullable, weak, nonatomic) ViewConstrainingView *bottomAccessoryView; - -// Set to overwrite which view is the top edge and/or bottom edge of the between view. must be added to the ui and constrained before buildViewsBetweenLabelsAndButtons. -// Use these to create views that are pinned near the labels or buttons and are separate from any centered content. Add and set in buildInAdditionalViewsBeforeCenteredContent. -@property (nullable, weak, nonatomic) UIView *topBetweenEdgeView; -@property (nullable, weak, nonatomic) UIView *bottomBetweenEdgeView; - -// The constraint connecting the topLabelsView to the content view. -@property (nullable, strong, nonatomic) NSLayoutConstraint *topConstraintForTopView; - -// Can override. This is put in because to cover 90% of the screens for initial ipad release, need to rebuild ui (newDataBuildScreen) of size of view change in updateViews. Disable this to handle manually with more finess. -@property (nonatomic) BOOL rebuildUIOnSizeChange; - -#pragma mark - Subclass - -// Allow you to add any additional ui before buildViewsBetweenLabelsAndButtons gets called. Can use this to set the topBetweenEdgeView or bottomBetweenEdgeView -- (void)buildInAdditionalViewsBeforeCenteredContent; -// For subclassing. Should return all the views that will be in between labels and buttons. Override standardSpaceAroundUIObject to handle spacing. -- (nullable NSArray *)buildViewsBetweenLabelsAndButtons; - -//********* -// If both are subclassed to return a value, then the buttons will not be pinned towards the bottom. - -// If anything is returned, the class will fill in the space between the top labels and views with the passed in value. -- (nullable NSNumber *)spaceAboveBetweenView; - -// If anything is returned, the class will fill in the space between the views and bottom buttons with the passed in value. -- (nullable NSNumber *)spaceBelowBetweenView; - -// Can overwrite the default padding for labels and buttons. -- (UIEdgeInsets)paddingForTopLabels; -- (UIEdgeInsets)paddingForBottomButtons; - -// default button map will automatically get from response, you can also overide this to have your own button map -- (nullable NSDictionary *)secondaryButtonMap; -- (nullable NSDictionary *)primaryButtonMap; - -// Should not sub class it, for most cases, the headline and message will be in page map, but who knows how server wants to send them in certain pages -- (nullable NSDictionary *)mapForTopLabels; - -// Use these if you want to replace the top labels or bottom button views with your own views. -- (nullable UIView *)useCustomViewInsteadOfLabels; -- (nullable UIView *)useCustomViewInsteadOfButtons; - -// Can override if the buttons should be outside of the scroll or not. Default is no. -- (BOOL)bottomViewOutsideOfScroll; - -// Build above the button view -- (nullable UIView *)buttonsAccessoryView; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/TopLabelsView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/TopLabelsView.h deleted file mode 100644 index 1fe1bdb..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/TopLabelsView.h +++ /dev/null @@ -1,52 +0,0 @@ -// -// TopLabelsView.h -// mobilefirst -// -// Created by Scott Pfeil on 2/24/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import -@class Label; -#import - -@class TopLabelsAndBottomButtonsTableViewController; - -@interface TopLabelsView : MFView - -@property (nullable, weak, nonatomic) Label *headlineLabel; -@property (nullable, weak, nonatomic) Label *messageLabel; - -@property (nullable, strong, nonatomic) NSLayoutConstraint *topLabelConstraint; -@property (nullable, weak, nonatomic) NSLayoutConstraint *spaceBetweenLabels; -@property (nullable, weak, nonatomic) NSLayoutConstraint *bottomLabelConstraint; - -@property (nullable, weak, nonatomic) TopLabelsAndBottomButtonsTableViewController *tableView; - -@property (nullable, strong, nonatomic) SeparatorView *separatorView;//hidden by default - -// Use this when using this class as the header in top labels and bottom buttons table view controller. The header has to be set a certain way. -- (nullable instancetype)initWithTableView:(nullable TopLabelsAndBottomButtonsTableViewController *)tableView; - -// Shows and hides the top labels. -- (void)showTopLabels; -- (void)hideTopLabels; -- (void)hideBottomLabels; - -// Setter for message label -- (void)setMessageString:(nullable NSString *)messageString; -- (void)setMessageAttributedString:(nullable NSAttributedString *)messageString; - -// Will adjust spacing as needed. -- (void)setHeadlineString:(nullable NSString *)headlineString messageString:(nullable NSString *)messageString; -- (void)setHeadlineAttributedString:(nullable NSAttributedString *)headlineString messageAttributedString:(nullable NSAttributedString *)messageString; - -- (void)setAsLargeHeadline; -// Common styles (make sure to call them after newDataBuildScreen), IMPORTANT: seems most of the screens canceled this style. -- (void)styleMessageLabelBold; - -- (void)setLeftConstant:(CGFloat)leftConstant; -- (void)setRightConstant:(CGFloat)rightConstant; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/TopTabbar.h b/SharedFrameworks/MVMCoreUI.framework/Headers/TopTabbar.h deleted file mode 100644 index e63911e..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/TopTabbar.h +++ /dev/null @@ -1,71 +0,0 @@ -// -// TopTabbar.h -// myverizon -// -// Created by Chris Yang on 1/14/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// -//************************************************************************************************ -//* Please use datasource and delegate to populate the bar as well as set the action for each tab -// -//* if it is created programatically, please use pinHeight method to pin the height constraint -// -//* might add methods to set up the bar without protocol if needed -// -//* alternately you can subclass TopTabbarViewController -//************************************************************************************************ - -#import -#import -@protocol TopTabbarDataSource; -@protocol TopTabbarDelegate; - -@interface TopTabbar : MFView - -@property (nullable, weak, nonatomic) UICollectionView *collectionView; -@property (nullable, weak, nonatomic) id datasource; -@property (nullable, weak, nonatomic) id delegate; -@property (nullable, strong, nonatomic) NSLayoutConstraint *heightConstraint; -@property (assign, nonatomic) CGFloat maxHeight; - -@property (nonatomic, readonly) NSInteger selectedIndex; - -//method to set the height -- (void)pinHeight:(CGFloat)height; - -// use this to programatically select and index. should be useful when page loads -// default way to programatically select index -- (void)selectIndex:(NSInteger)index animated:(BOOL)animate; - -// an alternative way to animate the selection. -// It should be used as a passive tab selection. For example, using pan gesture to paginate the views which leading a tab selection change. -// tab selection is finished(changing label color and call delegate functions if necessary) by passing the percentage as 0 or 1. -- (void)progressFromIndex:(NSInteger)fromIndex toIndex:(NSInteger)toIndex withProgressPercentage:(CGFloat)percentage; - -- (void)reloadData; - -@end - - -@protocol TopTabbarDataSource - -//protocol to set number of items in the tabbar -- (NSInteger)numberOfTopTabbarItems:(nonnull TopTabbar *)topTabbar; - -//protocol to set the title show on the tabbar for each item -- (nullable NSString *)topTabbar: (nonnull TopTabbar *)topTabbar titleForItemAtIndex:(NSInteger)index; - -@end - - -@protocol TopTabbarDelegate - -//protocall to set the action for the tab -- (void)topTabbar:(nonnull TopTabbar *)topTabbar didSelectItemAtIndex:(NSInteger)index; - -@optional - -// Asks if we should select the item. default is YES. -- (BOOL)shouldSelectItemAtIndex:(NSInteger)index topTabbar:(nonnull TopTabbar *)topTabbar; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/UIColor+MFConvenience.h b/SharedFrameworks/MVMCoreUI.framework/Headers/UIColor+MFConvenience.h deleted file mode 100644 index 4a51a13..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/UIColor+MFConvenience.h +++ /dev/null @@ -1,191 +0,0 @@ -// -// UIColor+MFConvenience.h -// mobilefirst -// -// Created by Chris Yang on 2/21/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import - -@interface UIColor (MFConvenience) - -#pragma mark - 2.0 - -+ (nonnull UIColor *)mfSwitchOnTintColor; -+ (nonnull UIColor *)mfSwitchOffTintColor; -+ (nonnull UIColor *)mfSilver; -+ (nonnull UIColor *)mfBattleshipGrey; -+ (nonnull UIColor *)mfPrimaryButtonHighlightBlackColor; -+ (nonnull UIColor *)mfPrimaryWhiteButtonDisableColor; -+ (nonnull UIColor *)mfLightSilver; -+ (nonnull UIColor *)mfDarkSilver; -+ (nonnull UIColor *)mfTomatoRed; -+ (nonnull UIColor *)mfPumpkinColor; -+ (nonnull UIColor *)mfShamrock; -+ (nonnull UIColor *)mfCerulean; -+ (nonnull UIColor *)mfWhiteTwo; - -#pragma mark - legacy - -// #CD040B -+ (nonnull UIColor *)mfRedColor; - -// #990308 -+ (nonnull UIColor *)mfDarkerRedColor; - -// #E4E5E3 Background Color -+ (nonnull UIColor *)mfBackgroundGray1; - -// #F6F6F6 Background Color -+ (nonnull UIColor *)mfBackgroundGray; - -// RGB:51,51,51 text gray color -+ (nonnull UIColor *)mfTextDarkerGray; - -// RGB:102,102,102 light text gray color -+ (nonnull UIColor *)mfTextLightGray; - -// only used for support title -+ (nonnull UIColor *)mfSupportTitleColor; - -// used for support bubbles -+ (nonnull UIColor *)mfSupportTextColor; - -// #767676 Icons and inactive copy previous is 959595 -+ (nonnull UIColor *)mfLightGrayColor; - -// #9c7d4b Used by credit card image text -+ (nonnull UIColor *)mfColorForCardText; - -// #CCCCCC Text field and drop down rules -+ (nonnull UIColor *)mfLighterGrayColor; - -// #4B4B4B Legal Copy -+ (nonnull UIColor *)mfGrayColor; - -// #767676 Warm Copy -+ (nonnull UIColor *)mfWarmGray; - -// #333333 Body Copy -+ (nonnull UIColor *)mfCharcoalColor; - -// #959595 Support Search X Button BG -+ (nonnull UIColor *)mfSupportSearchXGreyColor; - -// #222222 Main Menu Cell -+ (nonnull UIColor *)mfMainMenuCellColor; - -// #e5e5e3 Main Menu Separator -+ (nonnull UIColor *)mfMainMenuSeparatorColor; - -// #0066cc Text Button Color -+ (nonnull UIColor *)mfTextButtonColor; - -// #00478e Text Button Highlight Color -+ (nonnull UIColor *)mfTextButtonColorHighlighted; - -// #82CEAC -+ (nonnull UIColor *)mfTealColor; - -// #ABE0F9 -+ (nonnull UIColor *)mfSkyColor; - -// #F8D362 -+ (nonnull UIColor *)mfGoldColor; - -// #047FD3 -+ (nonnull UIColor *)mfLakeBlueColor; - -// #F9B295 -+ (nonnull UIColor *)mfSalmonColor; - -// #E9F8E9 -+ (nonnull UIColor *)mfGreenColor; - -// #E8F6FE -+ (nonnull UIColor *)mfBlueColor; - -// #FEFFE4 -+ (nonnull UIColor *)mfYellowColor; - -// #F6D45D -+ (nonnull UIColor *)mfYellowLightMustard; - -+ (nonnull UIColor *)mfYellowLightMustardTwo; - -// #FEF0E8 -+ (nonnull UIColor *)mfOrangeColor; - -// #ABE0F9 -+ (nonnull UIColor *)mfRobinsEggBlue; - -// #82CEAC -+ (nonnull UIColor *)mfPaleTealColor; - -// #00BDFF -+ (nonnull UIColor *)mfBrightSkyBlue; - -// #AFAFAF -+ (nonnull UIColor *)mfGrayish; - -+ (nonnull UIColor *)mfBlushRed; - -+ (nonnull UIColor *)mfGrayishBrown; - -+ (nonnull UIColor *)mfBubbleBackgroundGray; - -+ (nonnull UIColor *)mfSupportSearchBarTextColor; - -+ (nonnull UIColor *)mfSupportHeaderTextLightGrayColor; - -+ (nonnull UIColor *)mfGrayLoadingSpinnerColor; - -+ (nonnull UIColor *)mfBlack; - -+ (nonnull UIColor *)mfSupportBackgroundColor; - -+ (nonnull UIColor *)mfSeafoamBlue; - -+ (nonnull UIColor *)mfLightSalmon; - -+ (nonnull UIColor *)mfPinkishGray; - -//#c596fa -+ (nonnull UIColor *)mfLiliac; - -+ (nonnull UIColor *)mfPowderPink; - -//#e5e5e3 -+ (nonnull UIColor *)mfLightGrey; - -//#666666 -+ (nonnull UIColor *)mfBrownishGrey; - -+ (nonnull UIColor *)mfPaleGrey; - -+ (nonnull UIColor *)mfToolBarGrayColor; - -+ (nonnull UIColor *)mfLoyaltySpecialOffer; - -// Returns the color that maps to a given string. -+ (nullable UIColor *)mfGetColorForString:(nullable NSString *)string; - -// Returns color from hex -+ (nonnull UIColor *)mfGetColorForHex:(nonnull NSString *) hexString; - - -// Returns a color made with integer values. -+ (nonnull UIColor *)mfColor8bitsWithRed:(NSInteger)red green:(NSInteger)green blue:(NSInteger)blue alpha:(CGFloat)alpha; - -// Returns a gradient lighter color; -+ (nonnull UIColor *)mfGradientColor:(nullable UIColor *)color; - -// Sets the background color for the nav bar. -+ (void)mfSetBackgroundColorForNavigationBar:(nonnull UIColor *)color navigationBar:(nonnull UINavigationBar *)navigationBar transparent:(BOOL)transparent; - -#pragma mark - Hex String - -+ (nullable NSString *)hexStringForColor:(nonnull UIColor*)color; -+ (nonnull UIColor *)mfGetColorForHexWithTransparency:(nonnull NSString *)hexString; -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Headers/ViewConstrainingView.h b/SharedFrameworks/MVMCoreUI.framework/Headers/ViewConstrainingView.h deleted file mode 100644 index b07fd6b..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Headers/ViewConstrainingView.h +++ /dev/null @@ -1,92 +0,0 @@ -// -// ViewConstrainingView.h -// mobilefirst -// -// Created by Scott Pfeil on 2/22/16. -// Copyright © 2016 Verizon Wireless. All rights reserved. -// - -#import -#import - -@interface ViewConstrainingView : MFView - -// Dont set these directly. -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *leftPin; -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *rightPin; -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *topPin; -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *bottomPin; - -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *alignCenterPin; -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *alignCenterLeftPin; -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *alignCenterRightPin; - -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *alignCenterVerticalPin; -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *alignCenterTopPin; -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *alignCenterBottomPin; - -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *leftPinLow; -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *rightPinLow; -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *topPinLow; -@property (nullable, strong, nonatomic) IBOutlet NSLayoutConstraint *bottomPinLow; - -/// In updateView, will set horizontal padding to default. -@property (nonatomic) BOOL updateViewHorizontalDefaults; -@property (nonatomic) BOOL updateViewVerticalDefaults; - -/// A molecule if we constrain one. -@property (weak, nullable, nonatomic) UIView *molecule; - -/// A flag for if we should add a molecule from json. -@property (nonatomic) BOOL shouldSetupMoleculeFromJSON; - -// Returns an empty view -+ (nonnull ViewConstrainingView *)emptyView; - -// Returns a view with the provided view as a subview, pinned. -+ (nonnull ViewConstrainingView *)viewConstrainingView:(nonnull UIView *)view; - -// Can be initialized with a molecule to constrain -- (nullable instancetype)initWithMolecule:(nonnull UIView *)molecule alignment:(UIStackViewAlignment)alignment; - -#pragma mark - Constraining - -// Use these to sets the constants, because subclasses may align differently. -- (void)setPinConstantsWithInsets:(UIEdgeInsets)insets; -- (void)setTopPinConstant:(CGFloat)top left:(CGFloat)left bottom:(CGFloat)bottom right:(CGFloat)right; -- (void)setLeftPinConstant:(CGFloat)constant; -- (void)setRightPinConstant:(CGFloat)constant; -- (void)setTopPinConstant:(CGFloat)constant; -- (void)setBottomPinConstant:(CGFloat)constant; - -// Displaying/hiding -- (void)show; -- (void)hide; - -// Pins all edges to its super. 0 constant -- (void)pinToSuperView; -- (void)pinViewToSuperView:(nonnull UIView *)view; - -// Resets all the constraints to default. -- (void)resetConstraints; - -// Add a view to be constrained in this view. -- (void)addConstrainedView:(nonnull UIView *)view; - -// Change the alignment of the label -- (void)alignLeft; -- (void)alignCenterHorizontal; -- (void)alignRight; -- (void)alignFillHorizontal; -- (void)alignTop; -- (void)alignCenterVertical; -- (void)alignBottom; -- (void)alignFillVertical; - -/// Convenience function for getting the alignment from a map. -+ (UIStackViewAlignment)getAlignmentForString:(nullable NSString *)alignmentString defaultAlignment:(UIStackViewAlignment)defaultAlignment; - -/// Makes the view isAccessibilityElement false and adds molecule elements to accessbilityElements. -- (void)setMoleculeAccessibility; - -@end diff --git a/SharedFrameworks/MVMCoreUI.framework/Info.plist b/SharedFrameworks/MVMCoreUI.framework/Info.plist deleted file mode 100644 index b72b81d..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/Info.plist and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/MFDigitTextField.nib b/SharedFrameworks/MVMCoreUI.framework/MFDigitTextField.nib deleted file mode 100644 index e9ead59..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/MFDigitTextField.nib and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/MFTextField.nib b/SharedFrameworks/MVMCoreUI.framework/MFTextField.nib deleted file mode 100644 index a621933..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/MFTextField.nib and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/MFTextView.nib b/SharedFrameworks/MVMCoreUI.framework/MFTextView.nib deleted file mode 100644 index 36ac6c5..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/MFTextView.nib and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/MVMCoreUI b/SharedFrameworks/MVMCoreUI.framework/MVMCoreUI deleted file mode 100755 index 19c86f3..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/MVMCoreUI and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/Modules/MVMCoreUI.swiftmodule/x86_64.swiftdoc b/SharedFrameworks/MVMCoreUI.framework/Modules/MVMCoreUI.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index d052457..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/Modules/MVMCoreUI.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/Modules/MVMCoreUI.swiftmodule/x86_64.swiftmodule b/SharedFrameworks/MVMCoreUI.framework/Modules/MVMCoreUI.swiftmodule/x86_64.swiftmodule deleted file mode 100644 index 066ab3f..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/Modules/MVMCoreUI.swiftmodule/x86_64.swiftmodule and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/Modules/module.modulemap b/SharedFrameworks/MVMCoreUI.framework/Modules/module.modulemap deleted file mode 100644 index 9cadfaf..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module MVMCoreUI { - umbrella header "MVMCoreUI.h" - - export * - module * { export * } -} - -module MVMCoreUI.Swift { - header "MVMCoreUI-Swift.h" - requires objc -} diff --git a/SharedFrameworks/MVMCoreUI.framework/NHaasGroteskDSStd-45Lt.otf b/SharedFrameworks/MVMCoreUI.framework/NHaasGroteskDSStd-45Lt.otf deleted file mode 100644 index bddef9e..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/NHaasGroteskDSStd-45Lt.otf and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/NHaasGroteskDSStd-55Rg.otf b/SharedFrameworks/MVMCoreUI.framework/NHaasGroteskDSStd-55Rg.otf deleted file mode 100644 index f56ed7a..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/NHaasGroteskDSStd-55Rg.otf and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/NHaasGroteskDSStd-75Bd.otf b/SharedFrameworks/MVMCoreUI.framework/NHaasGroteskDSStd-75Bd.otf deleted file mode 100644 index fbcba35..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/NHaasGroteskDSStd-75Bd.otf and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/OCRAExtended.ttf b/SharedFrameworks/MVMCoreUI.framework/OCRAExtended.ttf deleted file mode 100644 index 05ebc1d..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/OCRAExtended.ttf and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/_CodeSignature/CodeResources b/SharedFrameworks/MVMCoreUI.framework/_CodeSignature/CodeResources deleted file mode 100644 index 9e08554..0000000 --- a/SharedFrameworks/MVMCoreUI.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,1398 +0,0 @@ - - - - - files - - Assets.car - - iLe3XoH5rVumVXyS0wi7MDZZ4d4= - - Headers/ButtonDelegateProtocol.h - - MzRiWvB4PuEHYGdS4s78eMTNS5Y= - - Headers/FLAnimatedImage.h - - hO9VnoPp/RxvWfbGHZKM+vdQPOY= - - Headers/FLAnimatedImageView.h - - JfTI9lE3WMSkebyJa6ZTIjZZ4qA= - - Headers/LabelView.h - - gqIJM8HYfuWchpU5fFTE6x/PPlw= - - Headers/MFButtonProtocol.h - - G+4Bx8etWXS7CyIkyboaNGJqJGk= - - Headers/MFCustomButton.h - - FGC9knl1GmzkKUSs098U5QJ9SXg= - - Headers/MFDigitTextBox.h - - kmhBwsk4Kq/EFTqTUlCCOcixcHg= - - Headers/MFDigitTextField.h - - YTFZ03+NZfwJXSaXfPzJhm6qjjg= - - Headers/MFFonts.h - - yhfpM6a0kVqq/vgdkbX4GO9XUaU= - - Headers/MFLoadingSpinner.h - - dnOiihfud+YN3hlNaazTI4JD/6Q= - - Headers/MFLoadingViewController.h - - KV0ol7W7QBX8yENzABixD9nGZmU= - - Headers/MFMdnTextField.h - - 82gxSG6TTLf1A4v6tT5RQ7HULRI= - - Headers/MFProgrammaticTableViewController.h - - StiTIgyuin/P7I3/eAcBzHMufS0= - - Headers/MFRadioButton.h - - 4kZ1OPcuBXMJWW80FEgujwNGVnQ= - - Headers/MFScrollingViewController.h - - SrjZbh8QVjf3Db7thOiO8rnnOqk= - - Headers/MFSizeObject.h - - 64ffCqialnMzWyPFvlW74O6Wfq8= - - Headers/MFSizeThreshold.h - - ZhGTpnFhXSnr6H6cuAShiWw3924= - - Headers/MFStyler.h - - miLRUwKKeVEFbQiVhx5h2cKe45k= - - Headers/MFTabBarInteractor.h - - WVPjKgitdOEmm9FexiSBOrYQNtc= - - Headers/MFTabBarSwipeAnimator.h - - Keczbo9oqUGiYANUGfsuAQX0+Yk= - - Headers/MFTextButton.h - - 2Hner34nKBJjlZANafRnkCZH1OM= - - Headers/MFTextField.h - - l0NXpxMP+ntoOSdTC7K6d2/Qab4= - - Headers/MFTextFieldSubclassExtension.h - - WfKxJizok+yXpSijmTqnrl/k4gs= - - Headers/MFTextView.h - - jjcM7tyIc/Cb5oDj3alSJUVKVj8= - - Headers/MFView.h - - gP5U/8WdjBfUhNhB3Si/m3B41HI= - - Headers/MFViewController.h - - m6W5AbCmD5lZcd5MyLK2GNhjzQM= - - Headers/MVMCoreUI-Swift.h - - D4hLCAUo6x9RXfEeb4sm+Q1Wkao= - - Headers/MVMCoreUI.h - - bByxlBzGAbg+l86X6WmlNNGJ+J8= - - Headers/MVMCoreUICheckBox.h - - R2T4Na44SfRDGm5APir/6Orsgf8= - - Headers/MVMCoreUICheckMarkView.h - - RvUbw797ZmVHkwov4PK+elvdgl4= - - Headers/MVMCoreUICommonViewsUtility.h - - e83QMKZ6Ej4cQWbsRBj36Gq8Fl8= - - Headers/MVMCoreUIConstants.h - - kHJ0VRQbE/S9AhEW5FYAd5YlbE4= - - Headers/MVMCoreUIDetailViewProtocol.h - - nPbdgyRsUH9GgjteUT/Y3syeuBE= - - Headers/MVMCoreUILoggingHandler.h - - cfYjtqjL8uPwVNiPG9Jk1VzOiFc= - - Headers/MVMCoreUIMoleculeMappingObject.h - - y3aLl7LezIOaE6rlBvTdn9KrqrI= - - Headers/MVMCoreUIMoleculeViewProtocol.h - - ojUeGh0Bc9pzA0OxmoBzXoZPFzo= - - Headers/MVMCoreUINavigationController.h - - hdSLDn8El/jmkxTmSoX4gG/Ai70= - - Headers/MVMCoreUIObject.h - - Inkgh8dmUnVCv2AwBIVK3dAPd9E= - - Headers/MVMCoreUIPageControl.h - - Iyyux83jmm8dcYc9UT+ZoO+4NCo= - - Headers/MVMCoreUIPagingProtocol.h - - 1goADJCJ1V7g96hKJEsdLDf2hik= - - Headers/MVMCoreUIPanelButtonProtocol.h - - 2MYNq5hJfjLOs6VwIc8DVvalTZs= - - Headers/MVMCoreUIPanelProtocol.h - - YLFH23+5s4yc+qQ1GZAlqxnlnqk= - - Headers/MVMCoreUISession.h - - 2f6+IbwnTzl+N8ajQCNxpQPia2s= - - Headers/MVMCoreUISplitViewController.h - - lA8WDrNyr92iSqVR8cWhnFvNZ8w= - - Headers/MVMCoreUIStackableViewController.h - - IVRrdWQcECzXgaRY7azErMNidI8= - - Headers/MVMCoreUISwitch.h - - LkiGw4mBRPvmwRN7u/W5s9Nt3Nc= - - Headers/MVMCoreUITabBarPageControlViewController.h - - 0ehHh4+LqSRPY9VU0mEIz1amLUg= - - Headers/MVMCoreUITextFieldView.h - - AoyVoXN6OIHgCGCx5uw+6nFLLVE= - - Headers/MVMCoreUITopAlertBaseView.h - - 6S8P3aUQpxH9dluckVpZjT/Q7UA= - - Headers/MVMCoreUITopAlertExpandableView.h - - lWBsuhNbNbMuMj1V5ZdtZgxTG9k= - - Headers/MVMCoreUITopAlertMainView.h - - 7eW2g/55PiJPgQOdWkoWu2hXlMo= - - Headers/MVMCoreUITopAlertShortView.h - - c7Wx/2/bG8sNeWCpzhqmq0cdfs0= - - Headers/MVMCoreUITopAlertView.h - - QRTfpYAv6lSgbnDLfM5YFYahj5o= - - Headers/MVMCoreUIUtility.h - - Y/u7pfF6wAbePRMxWjl31jH54Hk= - - Headers/MVMCoreUIViewConstrainingProtocol.h - - 6EXrrowniIXd9ihxa5CBDFGyTsk= - - Headers/MVMCoreUIViewControllerMappingObject.h - - BKqNf0keSc0K2ShdyT5aml+IOpQ= - - Headers/MoleculeDelegateProtocol.h - - GBIFOOSFaF6vJIT3dRzk/rIozQA= - - Headers/MoleculeListCellProtocol.h - - JUpuvWQ1dCm95NPJXQ+ti2q5zdE= - - Headers/NSLayoutConstraint+MFConvenience.h - - SlcrVn8asMFlO6KWyvMKCbwXkEI= - - Headers/PrimaryButton.h - - ju953sDoToJRdyHkZWsTG98oVmo= - - Headers/ProgrammaticScrollViewController.h - - Z/u+yHPy/4X7QswdoV1YRix1zyQ= - - Headers/SeparatorView.h - - 71EnlPltoZY+9T6PaQTpX418uK8= - - Headers/StackableViewController.h - - C4eX3KqgzcNWZCfwsTCtIEPyuC0= - - Headers/TextButtonView.h - - phJZtkr2DEOybLu26SEeCU9meVQ= - - Headers/ThreeLayerViewController.swift - - X37N1Pzz5WH3EiPxBPIVJAk6a8U= - - Headers/TopLabelsAndBottomButtonsTableViewController.h - - Hb6pXlTmMnjD/MMqDYyZFegBk+U= - - Headers/TopLabelsAndBottomButtonsViewController.h - - 85KXnUIDWeg1B99eXyw0phqLOaY= - - Headers/TopLabelsView.h - - V7RAukK5uX9227RBdCBRyAKIzQI= - - Headers/TopTabbar.h - - 9ebWFalhbvZgNKaOmz3hbvRel3A= - - Headers/UIColor+MFConvenience.h - - RYIvjv0Znf7MD5jj8dYCBEYhHt8= - - Headers/ViewConstrainingView.h - - 2B3/zGghyXPy2m5VGglBjTELne0= - - Info.plist - - vLCbc0k+6HfCnNw+/KaE55lVb4w= - - MFDigitTextField.nib - - MeaNjXg9dL1QGtZx0Knn0BIWcJE= - - MFTextField.nib - - VpVYeQYkJtVGf/kCyNi5LLaiuTw= - - MFTextView.nib - - Yp9Rw1/Qt+l/j14VveYSW91YSgA= - - Modules/MVMCoreUI.swiftmodule/x86_64.swiftdoc - - qRpnUrls5nF15zpB7ZACt55WJ3U= - - Modules/MVMCoreUI.swiftmodule/x86_64.swiftmodule - - b1Iy8lQlPqbBmO7yzDntOEfq8jA= - - Modules/module.modulemap - - EVh/AKS2iWGhnZlpNZLGOM6CCRA= - - NHaasGroteskDSStd-45Lt.otf - - bBQLpidYly1/XSooZ2eQHwPeePc= - - NHaasGroteskDSStd-55Rg.otf - - uABBCNWOM28UOicYNvSTX0RZD3g= - - NHaasGroteskDSStd-75Bd.otf - - bAvfKWg6mzUowHWu6XO0LSCQWyM= - - OCRAExtended.ttf - - UsArh2SSMM4HW80XhqsBhpOFf/0= - - en.lproj/Localizable.strings - - hash - - +QaPLApLJjUJCY7xbcHGI+Ro6+g= - - optional - - - es-MX.lproj/Localizable.strings - - hash - - EOGIyBEEDv9JMlNOrl1x9lYUnBQ= - - optional - - - es.lproj/Localizable.strings - - hash - - EOGIyBEEDv9JMlNOrl1x9lYUnBQ= - - optional - - - - files2 - - Assets.car - - hash - - iLe3XoH5rVumVXyS0wi7MDZZ4d4= - - hash2 - - 5AWzS5TKQsY3ODHyyodexFsm0a8LJ5yubACIcPfd9nE= - - - Headers/ButtonDelegateProtocol.h - - hash - - MzRiWvB4PuEHYGdS4s78eMTNS5Y= - - hash2 - - Kv62El5ulVgdn9/fe3INW9jdkvXYLWzOczw2bTI+vHI= - - - Headers/FLAnimatedImage.h - - hash - - hO9VnoPp/RxvWfbGHZKM+vdQPOY= - - hash2 - - 75FBRIzxA8cP0Lvu/hwg3xn2ueRt7aXYnVk4X2uWZHs= - - - Headers/FLAnimatedImageView.h - - hash - - JfTI9lE3WMSkebyJa6ZTIjZZ4qA= - - hash2 - - fx5hyD7wdRS5/JYOQkr6mFZ/LgiQ0bXT5PGz/VseO8A= - - - Headers/LabelView.h - - hash - - gqIJM8HYfuWchpU5fFTE6x/PPlw= - - hash2 - - tDBAdaBrLNuftAR1T4RZw2AxSlFgbs18S111nQY5Oag= - - - Headers/MFButtonProtocol.h - - hash - - G+4Bx8etWXS7CyIkyboaNGJqJGk= - - hash2 - - kKlpnulhFVkYns4ASg3HQzEuL91/R4NzVQwsO6GsZz8= - - - Headers/MFCustomButton.h - - hash - - FGC9knl1GmzkKUSs098U5QJ9SXg= - - hash2 - - JoJGEmef8lRuVKvV6P2wsmrmDOrPs/ySD0xlAwwfcV0= - - - Headers/MFDigitTextBox.h - - hash - - kmhBwsk4Kq/EFTqTUlCCOcixcHg= - - hash2 - - ZPSikge32ug53lYluYQBb7O+5xRTPvUxa9PkQC8CrgA= - - - Headers/MFDigitTextField.h - - hash - - YTFZ03+NZfwJXSaXfPzJhm6qjjg= - - hash2 - - 0VwQwREXv8ifkdvnwFqwBgTXs+uGK1AFakyWE2gzzok= - - - Headers/MFFonts.h - - hash - - yhfpM6a0kVqq/vgdkbX4GO9XUaU= - - hash2 - - tx1DzpsEbbb37bkgkYngFpByH+azHOXj6m++zsdukVM= - - - Headers/MFLoadingSpinner.h - - hash - - dnOiihfud+YN3hlNaazTI4JD/6Q= - - hash2 - - rc9Rj8YCGMegBfXMe6tiBhq/exF0yChShNlBg4CzrrE= - - - Headers/MFLoadingViewController.h - - hash - - KV0ol7W7QBX8yENzABixD9nGZmU= - - hash2 - - tsjVzRvBEsK3nthJCpN0R/sYv5XPZndlmbdZVbtyXoE= - - - Headers/MFMdnTextField.h - - hash - - 82gxSG6TTLf1A4v6tT5RQ7HULRI= - - hash2 - - mcYt67VJDhH5XlXdiZ41CTSjnSN9txrrLP4aJ61zTtI= - - - Headers/MFProgrammaticTableViewController.h - - hash - - StiTIgyuin/P7I3/eAcBzHMufS0= - - hash2 - - ZeeNmkyOhqEjP47/sxAHhU50ZRED6Wz02SLNm+S9zRQ= - - - Headers/MFRadioButton.h - - hash - - 4kZ1OPcuBXMJWW80FEgujwNGVnQ= - - hash2 - - fMWW+Pd/6pQ55yEtbyOwe2SzQNHB3ZgtiIeW9KEmhzk= - - - Headers/MFScrollingViewController.h - - hash - - SrjZbh8QVjf3Db7thOiO8rnnOqk= - - hash2 - - ZZcYn9xPOlXjHd6YR8KPi76nminmpy8u4TDvwwJWfzI= - - - Headers/MFSizeObject.h - - hash - - 64ffCqialnMzWyPFvlW74O6Wfq8= - - hash2 - - XQmOEUx/LyEFxjfkkF0gHsh41xHHE7jpQmo5WAn3CtU= - - - Headers/MFSizeThreshold.h - - hash - - ZhGTpnFhXSnr6H6cuAShiWw3924= - - hash2 - - JIVXptzYqs/LQ3LSKKhVIv6skio8zEhgEaNy6Pf6JDo= - - - Headers/MFStyler.h - - hash - - miLRUwKKeVEFbQiVhx5h2cKe45k= - - hash2 - - SXBa2JwPx7LbrCG4V0m0MYEghzaVUsx52WngUpa7LV8= - - - Headers/MFTabBarInteractor.h - - hash - - WVPjKgitdOEmm9FexiSBOrYQNtc= - - hash2 - - xkGt1gHFaKR9MtGJUMLGF75jVXqdNo91ZZ17JGeyddg= - - - Headers/MFTabBarSwipeAnimator.h - - hash - - Keczbo9oqUGiYANUGfsuAQX0+Yk= - - hash2 - - +F1Mk6RQ+Ae9sKxKjicjK819Mpoto2KWBYyoEugS/2E= - - - Headers/MFTextButton.h - - hash - - 2Hner34nKBJjlZANafRnkCZH1OM= - - hash2 - - 7++x16qWX+HzVK8rZfJJdVwjU8xh9I3L/EYYfM7cxf0= - - - Headers/MFTextField.h - - hash - - l0NXpxMP+ntoOSdTC7K6d2/Qab4= - - hash2 - - cprZprHYoS9qgPUgnPjXmjiKqaNlcDHAwURQMhWAhgg= - - - Headers/MFTextFieldSubclassExtension.h - - hash - - WfKxJizok+yXpSijmTqnrl/k4gs= - - hash2 - - 0gPrLRqmrQeZhi3/LwELMsmH0fD6ecurzUr+zNFyNfY= - - - Headers/MFTextView.h - - hash - - jjcM7tyIc/Cb5oDj3alSJUVKVj8= - - hash2 - - LNTLFx1mqf61N7j1N5Fuq7mUPjjAYatm2ZSSVBSw8NY= - - - Headers/MFView.h - - hash - - gP5U/8WdjBfUhNhB3Si/m3B41HI= - - hash2 - - 6Ti3d0FuBAXOF6AuNZIJfn/IbiX0kLOWRjyIonQdXwI= - - - Headers/MFViewController.h - - hash - - m6W5AbCmD5lZcd5MyLK2GNhjzQM= - - hash2 - - Ulb8tGqzZRJ2O4NJAJ5Qsp88QqLawwHFZ68Nc7gTWmY= - - - Headers/MVMCoreUI-Swift.h - - hash - - D4hLCAUo6x9RXfEeb4sm+Q1Wkao= - - hash2 - - o6orXmqNOGJ3P9B5vpYmH+ZWtJwZv2J/SP++icKT0zk= - - - Headers/MVMCoreUI.h - - hash - - bByxlBzGAbg+l86X6WmlNNGJ+J8= - - hash2 - - bsIWoyQqnuZ713ZOll1MlN0HefFO2xwdWc9FD3XJBHA= - - - Headers/MVMCoreUICheckBox.h - - hash - - R2T4Na44SfRDGm5APir/6Orsgf8= - - hash2 - - 1xCoW/wfvXfIRL4M+8+1Uu5GQEUZ1HJ4DJg1RhdlTGs= - - - Headers/MVMCoreUICheckMarkView.h - - hash - - RvUbw797ZmVHkwov4PK+elvdgl4= - - hash2 - - 6T+tGd+IWAWcJsSVYRQWum+KsEAAyFD1iDNtOEI+8EU= - - - Headers/MVMCoreUICommonViewsUtility.h - - hash - - e83QMKZ6Ej4cQWbsRBj36Gq8Fl8= - - hash2 - - 3+q3vNPgd7SB+cubDSJj8Px7Ecq6Thmd/dywS6eXol4= - - - Headers/MVMCoreUIConstants.h - - hash - - kHJ0VRQbE/S9AhEW5FYAd5YlbE4= - - hash2 - - aV8acQhsczzNgbxucdlOuxS4CUInwUSErsHTS2iA2uc= - - - Headers/MVMCoreUIDetailViewProtocol.h - - hash - - nPbdgyRsUH9GgjteUT/Y3syeuBE= - - hash2 - - CHfBwR3oyPwwh0L0F1UUue197H8tBMQmW7aBB+BcNIw= - - - Headers/MVMCoreUILoggingHandler.h - - hash - - cfYjtqjL8uPwVNiPG9Jk1VzOiFc= - - hash2 - - WLCDzjza6f4gNamApi6TqSJJPrfrq5ECSWOS7D/gouA= - - - Headers/MVMCoreUIMoleculeMappingObject.h - - hash - - y3aLl7LezIOaE6rlBvTdn9KrqrI= - - hash2 - - kkuWITsSz4IeRTFZ7irYR79Ok0eGVetOpnpzxAKqjPo= - - - Headers/MVMCoreUIMoleculeViewProtocol.h - - hash - - ojUeGh0Bc9pzA0OxmoBzXoZPFzo= - - hash2 - - vXwbluvzAl8KZjq1zVOo5sjd9FHzpPZd4JNAYefTpgA= - - - Headers/MVMCoreUINavigationController.h - - hash - - hdSLDn8El/jmkxTmSoX4gG/Ai70= - - hash2 - - 9D9Ac1ZodkbJQh7A+v8FHdr5JAEecSsrypVdRR2dFIc= - - - Headers/MVMCoreUIObject.h - - hash - - Inkgh8dmUnVCv2AwBIVK3dAPd9E= - - hash2 - - YPj0oWrYbCO2zgYrz+33DyzMHvdbgv/GVejWyGWyphE= - - - Headers/MVMCoreUIPageControl.h - - hash - - Iyyux83jmm8dcYc9UT+ZoO+4NCo= - - hash2 - - 6rZTibPwq4PpFqdehMQMEOTZZC5kZM/8nVXa+HLZU84= - - - Headers/MVMCoreUIPagingProtocol.h - - hash - - 1goADJCJ1V7g96hKJEsdLDf2hik= - - hash2 - - XSA3L73qGYGbmpjRiHPzcUgWZ8Q7nAIIywfHieJWz9s= - - - Headers/MVMCoreUIPanelButtonProtocol.h - - hash - - 2MYNq5hJfjLOs6VwIc8DVvalTZs= - - hash2 - - WJCuYN80RNb42aAeKGTt60kaRKyu4QACu+FDvACLJlg= - - - Headers/MVMCoreUIPanelProtocol.h - - hash - - YLFH23+5s4yc+qQ1GZAlqxnlnqk= - - hash2 - - yjbctOiNQjTg7aVOS+SOwuQ5VTYScofYQTI8zNP2SkY= - - - Headers/MVMCoreUISession.h - - hash - - 2f6+IbwnTzl+N8ajQCNxpQPia2s= - - hash2 - - X5C8w0UWZopEpJeJLoxIUF0wq87uihI2XYf6RsZvX1g= - - - Headers/MVMCoreUISplitViewController.h - - hash - - lA8WDrNyr92iSqVR8cWhnFvNZ8w= - - hash2 - - /LMtUmSiCzo6WCmTRtZowpg0hYiIISDEKZxvqyVg1o4= - - - Headers/MVMCoreUIStackableViewController.h - - hash - - IVRrdWQcECzXgaRY7azErMNidI8= - - hash2 - - yfHiNiJQyFUAbkU4TvE8q4AdH3ySttnoHh0AJ0qVC0g= - - - Headers/MVMCoreUISwitch.h - - hash - - LkiGw4mBRPvmwRN7u/W5s9Nt3Nc= - - hash2 - - /IRBO5vgQll85WThIDPNG6E8eb6k+ze8W+FqeEx6ykc= - - - Headers/MVMCoreUITabBarPageControlViewController.h - - hash - - 0ehHh4+LqSRPY9VU0mEIz1amLUg= - - hash2 - - c1t4E/c14wthmKDuQo61WN4W6/qZ/uUKA/9+J7zOktQ= - - - Headers/MVMCoreUITextFieldView.h - - hash - - AoyVoXN6OIHgCGCx5uw+6nFLLVE= - - hash2 - - Ggmk32TtSaf5Cvr/09MKfvMQSrZXl9X10ZwiJFEjPpY= - - - Headers/MVMCoreUITopAlertBaseView.h - - hash - - 6S8P3aUQpxH9dluckVpZjT/Q7UA= - - hash2 - - uX4WhOgXw3SEqfyvANeNCoYSzhhoVYkyKP0rF6gdvLY= - - - Headers/MVMCoreUITopAlertExpandableView.h - - hash - - lWBsuhNbNbMuMj1V5ZdtZgxTG9k= - - hash2 - - HbKMOwLVq5kJOlobATQFoyJHfHzskvhve+3fM/bzJY0= - - - Headers/MVMCoreUITopAlertMainView.h - - hash - - 7eW2g/55PiJPgQOdWkoWu2hXlMo= - - hash2 - - +nW7SBkot47qaGAXtILNPmCHUF18iydeJA685+XnIBc= - - - Headers/MVMCoreUITopAlertShortView.h - - hash - - c7Wx/2/bG8sNeWCpzhqmq0cdfs0= - - hash2 - - RJOyXEmoj6FCfaonObDEbiyM/814XKFVFiiu66HY1Fw= - - - Headers/MVMCoreUITopAlertView.h - - hash - - QRTfpYAv6lSgbnDLfM5YFYahj5o= - - hash2 - - 1XJ+c5XIlCcaXu+OEevc2e0DKoLQTo3l2dAXKTyw7Qg= - - - Headers/MVMCoreUIUtility.h - - hash - - Y/u7pfF6wAbePRMxWjl31jH54Hk= - - hash2 - - OyBzlgZBdOZROIqilWeusOBZs17zggmjSxuR96Qyy/Y= - - - Headers/MVMCoreUIViewConstrainingProtocol.h - - hash - - 6EXrrowniIXd9ihxa5CBDFGyTsk= - - hash2 - - NpEFu+8LcaQNj7fDckWPmuCrppeFNbglJOwsl33fMJ8= - - - Headers/MVMCoreUIViewControllerMappingObject.h - - hash - - BKqNf0keSc0K2ShdyT5aml+IOpQ= - - hash2 - - ssPpASO+IBbwt0iZIy88JYP9KzLb5iLZKZzZ0oMYQZg= - - - Headers/MoleculeDelegateProtocol.h - - hash - - GBIFOOSFaF6vJIT3dRzk/rIozQA= - - hash2 - - Ksyek4CzABiYI0Jfr9u3TtCWGuQFM7yPFykl28rTVJw= - - - Headers/MoleculeListCellProtocol.h - - hash - - JUpuvWQ1dCm95NPJXQ+ti2q5zdE= - - hash2 - - clipzFIIbv0/klnkw5+b0qS5nixMCLh3Mg4WIq7wX7k= - - - Headers/NSLayoutConstraint+MFConvenience.h - - hash - - SlcrVn8asMFlO6KWyvMKCbwXkEI= - - hash2 - - hv4s3mvlRn29vo3WMsiIlnWBLsH0gOTN8Rs94h04bUI= - - - Headers/PrimaryButton.h - - hash - - ju953sDoToJRdyHkZWsTG98oVmo= - - hash2 - - t0EkGGgBEOPFSlDrot4M2embiZZ7IMJ2uOolxHcG5rQ= - - - Headers/ProgrammaticScrollViewController.h - - hash - - Z/u+yHPy/4X7QswdoV1YRix1zyQ= - - hash2 - - lLRWk/K5WiYtBqDZ9FAyUGP3g7OsuGs/qieayWSY+y8= - - - Headers/SeparatorView.h - - hash - - 71EnlPltoZY+9T6PaQTpX418uK8= - - hash2 - - GMHidqQRcgWx9BgxSXAxNoWRsarw1RnzmAcuChzcT04= - - - Headers/StackableViewController.h - - hash - - C4eX3KqgzcNWZCfwsTCtIEPyuC0= - - hash2 - - GKVH+qgdol2N4DRYiNc/GRjj3g47Z5i2FW/LlITm1yE= - - - Headers/TextButtonView.h - - hash - - phJZtkr2DEOybLu26SEeCU9meVQ= - - hash2 - - bOjiZT1/P7brzFDcockzEGYdgQk7B/ZMN31PT3G+zjM= - - - Headers/ThreeLayerViewController.swift - - hash - - X37N1Pzz5WH3EiPxBPIVJAk6a8U= - - hash2 - - C8VkMsCTQluy+k/b1dLk/2zY6uu0T4yWLJKlc7O7ias= - - - Headers/TopLabelsAndBottomButtonsTableViewController.h - - hash - - Hb6pXlTmMnjD/MMqDYyZFegBk+U= - - hash2 - - 2Lgg9kyp8nL6pZ1VEKnDlY2IPBMZ5Fxah/20DRKbjHI= - - - Headers/TopLabelsAndBottomButtonsViewController.h - - hash - - 85KXnUIDWeg1B99eXyw0phqLOaY= - - hash2 - - DRMe35Kc1iUbW0ULbfppcNY/axmqdm4LGkhpz/Z/Z0I= - - - Headers/TopLabelsView.h - - hash - - V7RAukK5uX9227RBdCBRyAKIzQI= - - hash2 - - ZtbENTQwLE/uOLziFQ+sPgnqM9l/JTu8v8EOT2w1TTU= - - - Headers/TopTabbar.h - - hash - - 9ebWFalhbvZgNKaOmz3hbvRel3A= - - hash2 - - I/e8pJCQ6Vz3BJwLmkZbJkigmm9FjPmjxMN0HnJ0p30= - - - Headers/UIColor+MFConvenience.h - - hash - - RYIvjv0Znf7MD5jj8dYCBEYhHt8= - - hash2 - - O8oay1XbWF8p1CB+Zk8BUJjKwtIoS6CVSwPtNU1cWA4= - - - Headers/ViewConstrainingView.h - - hash - - 2B3/zGghyXPy2m5VGglBjTELne0= - - hash2 - - nES6IhLQEXX5zACt6LBqRAVAoSMBW+xlhbC1k7mV2q0= - - - MFDigitTextField.nib - - hash - - MeaNjXg9dL1QGtZx0Knn0BIWcJE= - - hash2 - - NtCD1bAZihweiTOsz/7x/gnsly6oiEsa0N5QvwYaiHc= - - - MFTextField.nib - - hash - - VpVYeQYkJtVGf/kCyNi5LLaiuTw= - - hash2 - - oMhtpdhoptFHAUusoLKAwss64CHnby3U9CNyy9eDLuw= - - - MFTextView.nib - - hash - - Yp9Rw1/Qt+l/j14VveYSW91YSgA= - - hash2 - - IoxOFFzpN/o287VE2Dd/YMnBMUAyjoVgjpm7dUg9r5g= - - - Modules/MVMCoreUI.swiftmodule/x86_64.swiftdoc - - hash - - qRpnUrls5nF15zpB7ZACt55WJ3U= - - hash2 - - 9dp1G6ddAhzWF4gAOUL/+8dLXswjsZ+gn3Rxq4ov8X4= - - - Modules/MVMCoreUI.swiftmodule/x86_64.swiftmodule - - hash - - b1Iy8lQlPqbBmO7yzDntOEfq8jA= - - hash2 - - GfrqWuzJvRqUjWrR9yM0weheYmWZ51sIui6FTEt7u8Y= - - - Modules/module.modulemap - - hash - - EVh/AKS2iWGhnZlpNZLGOM6CCRA= - - hash2 - - UUXde6K5PxdIZqlBFrnfdtrA87pR44s+hS8LEE/pt2s= - - - NHaasGroteskDSStd-45Lt.otf - - hash - - bBQLpidYly1/XSooZ2eQHwPeePc= - - hash2 - - AqjT3vKOIqojukVcvgkZ3f9GzR7iH+QSg251/dnitmY= - - - NHaasGroteskDSStd-55Rg.otf - - hash - - uABBCNWOM28UOicYNvSTX0RZD3g= - - hash2 - - 1fDEipjQT6B60hJ27QYWGSrxa/BMJjEJZwP8wLmzvwI= - - - NHaasGroteskDSStd-75Bd.otf - - hash - - bAvfKWg6mzUowHWu6XO0LSCQWyM= - - hash2 - - 3eNzd5PsAqAomZnP/NBK2NNFI5nhq+DNJfooEkr/YNU= - - - OCRAExtended.ttf - - hash - - UsArh2SSMM4HW80XhqsBhpOFf/0= - - hash2 - - 1b+aYBTpZ/tXvo9ZmzcdIqju+rEy7yZbKY0PBVgchj0= - - - en.lproj/Localizable.strings - - hash - - +QaPLApLJjUJCY7xbcHGI+Ro6+g= - - hash2 - - Zx9psq4zV/N78hWaH+FCZK3q19atetJl4Zdg/Y+QxJA= - - optional - - - es-MX.lproj/Localizable.strings - - hash - - EOGIyBEEDv9JMlNOrl1x9lYUnBQ= - - hash2 - - C8785sF6Ex5cVlBza8bOgOYe+nuy0goTXVb8qjbLnQM= - - optional - - - es.lproj/Localizable.strings - - hash - - EOGIyBEEDv9JMlNOrl1x9lYUnBQ= - - hash2 - - C8785sF6Ex5cVlBza8bOgOYe+nuy0goTXVb8qjbLnQM= - - optional - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/SharedFrameworks/MVMCoreUI.framework/en.lproj/Localizable.strings b/SharedFrameworks/MVMCoreUI.framework/en.lproj/Localizable.strings deleted file mode 100644 index 78aeb92..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/en.lproj/Localizable.strings and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/es-MX.lproj/Localizable.strings b/SharedFrameworks/MVMCoreUI.framework/es-MX.lproj/Localizable.strings deleted file mode 100644 index d4412c1..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/es-MX.lproj/Localizable.strings and /dev/null differ diff --git a/SharedFrameworks/MVMCoreUI.framework/es.lproj/Localizable.strings b/SharedFrameworks/MVMCoreUI.framework/es.lproj/Localizable.strings deleted file mode 100644 index d4412c1..0000000 Binary files a/SharedFrameworks/MVMCoreUI.framework/es.lproj/Localizable.strings and /dev/null differ