mas/MasKit/MasKit.h
Ben Chatelain 5be95132e9 ♻️ Introduce AppLibrary, SoftwareProduct protocols
for easy dependency injection
2018-12-27 15:24:20 -07:00

17 lines
467 B
C

//
// MasKit.h
// MasKit
//
// Created by Ben Chatelain on 7/8/18.
// Copyright © 2018 Andrew Naylor. All rights reserved.
//
@import Cocoa;
//! 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>