mirror of
https://github.com/zhigang1992/XCallbackURL.swift.git
synced 2026-01-12 22:53:38 +08:00
20 lines
512 B
Objective-C
20 lines
512 B
Objective-C
//
|
|
// XCallbackURL-iOS.h
|
|
// XCallbackURL
|
|
//
|
|
// Created by c4605 on 16/5/18.
|
|
// Copyright © 2016年 c4605. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for XCallbackURL.
|
|
FOUNDATION_EXPORT double XCallbackURLVersionNumber;
|
|
|
|
//! Project version string for XCallbackURL.
|
|
FOUNDATION_EXPORT const unsigned char XCallbackURLVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <XCallbackURL/PublicHeader.h>
|
|
|
|
|