20 lines
528 B
C
20 lines
528 B
C
//
|
|
// PlaceholderKit.h
|
|
// PlaceholderKit
|
|
//
|
|
// Created by Simon Lee on 12/12/18.
|
|
// Copyright © 2018 Shao Ping Lee. All rights reserved.
|
|
//
|
|
|
|
@import Foundation;
|
|
|
|
//! Project version number for PlaceholderKit.
|
|
FOUNDATION_EXPORT double PlaceholderKitVersionNumber;
|
|
|
|
//! Project version string for PlaceholderKit.
|
|
FOUNDATION_EXPORT const unsigned char PlaceholderKitVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <PlaceholderKit/PublicHeader.h>
|
|
|
|
|