20 lines
530 B
Objective-C
20 lines
530 B
Objective-C
//
|
|
// NavigationStack.h
|
|
// NavigationStack
|
|
//
|
|
// Created by Alex K. on 01/06/16.
|
|
// Copyright © 2016 Alex K. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for NavigationStack.
|
|
FOUNDATION_EXPORT double NavigationStackVersionNumber;
|
|
|
|
//! Project version string for NavigationStack.
|
|
FOUNDATION_EXPORT const unsigned char NavigationStackVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <NavigationStack/PublicHeader.h>
|
|
|
|
|