mirror of
https://github.com/mssun/passforios.git
synced 2026-02-27 18:24:03 +01:00
- Move bundle/group identifiers to passKit/Global - Fix Core Data - Change Defaults to SharedDefaults
16 lines
343 B
Objective-C
16 lines
343 B
Objective-C
//
|
|
// passKit.h
|
|
// passKit
|
|
//
|
|
// Created by Yishi Lin on 11/6/17.
|
|
// Copyright © 2017年 Bob Sun. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for passKit.
|
|
FOUNDATION_EXPORT double passKitVersionNumber;
|
|
|
|
//! Project version string for passKit.
|
|
FOUNDATION_EXPORT const unsigned char passKitVersionString[];
|