//
//  MasterPassKit.h
//  MasterPassKit
//
//  Created by Ferdie Danzfuss on 2016/03/29.
//  Copyright © 2016 Mobilica (Pty) Ltd. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for MasterPassKit.
FOUNDATION_EXPORT double MasterPassKitVersionNumber;

//! Project version string for MasterPassKit.
FOUNDATION_EXPORT const unsigned char MasterPassKitVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <MasterPassKit/PublicHeader.h>
#import <MasterPassKit/MPMasterPass.h>
#import <MasterPassKit/MPWaitingViewController.h>
#import <MasterPassKit/MPTransitioningDelegate.h>
#import <MasterPassKit/MPPresentationController.h>
#import <MasterPassKit/MPGlobals.h>