20 lines
552 B
Objective-C
20 lines
552 B
Objective-C
//
|
|
// LeadKitAdditions.h
|
|
// LeadKitAdditions
|
|
//
|
|
// Created by Nikolai Ashanin on 06.04.17.
|
|
// Copyright © 2017 TouchInstinct. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for LeadKitAdditions.
|
|
FOUNDATION_EXPORT double LeadKitAdditionsVersionNumber;
|
|
|
|
//! Project version string for LeadKitAdditions.
|
|
FOUNDATION_EXPORT const unsigned char LeadKitAdditionsVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <LeadKitAdditions/PublicHeader.h>
|
|
|
|
|