mas/Sources/MasKit/SupportingFiles/MasKit.h
2021-04-26 21:04:37 -07:00

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>