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

#ifndef MPGlobals_h
#define MPGlobals_h

typedef NS_ENUM(NSInteger, MPSystem) {
    MPSystemLive,
    MPSystemTest
};


#endif /* MPGlobals_h */
