mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 19:43:09 +00:00
17 lines
472 B
C
17 lines
472 B
C
//
|
|
// MasKit.h
|
|
// MasKit
|
|
//
|
|
// Created by Ben Chatelain on 7/8/18.
|
|
// Copyright © 2018 Andrew Naylor. All rights reserved.
|
|
//
|
|
|
|
@import Foundation;
|
|
|
|
//! Project version number for MasKit.
|
|
FOUNDATION_EXPORT double MasKitVersionNumber;
|
|
|
|
//! Project version string for MasKit.
|
|
FOUNDATION_EXPORT const unsigned char MasKitVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <MasKit/PublicHeader.h>
|