20 lines
496 B
Objective-C
20 lines
496 B
Objective-C
//
|
|
// LeadKit.h
|
|
// LeadKit
|
|
//
|
|
// Created by Иван Смолин on 30/01/16.
|
|
// Copyright © 2016 Touch Instinct. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for LeadKit.
|
|
FOUNDATION_EXPORT double LeadKitVersionNumber;
|
|
|
|
//! Project version string for LeadKit.
|
|
FOUNDATION_EXPORT const unsigned char LeadKitVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <LeadKit/PublicHeader.h>
|
|
|
|
|