mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 20:48:30 +00:00
17 lines
521 B
Objective-C
17 lines
521 B
Objective-C
//
|
|
// Commandant.h
|
|
// Commandant
|
|
//
|
|
// Created by Justin Spahr-Summers on 2014-11-21.
|
|
// Copyright (c) 2014 Carthage. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for Commandant.
|
|
FOUNDATION_EXPORT double CommandantVersionNumber;
|
|
|
|
//! Project version string for Commandant.
|
|
FOUNDATION_EXPORT const unsigned char CommandantVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Commandant/PublicHeader.h>
|