mirror of
https://github.com/mas-cli/mas
synced 2024-11-26 05:20:18 +00:00
5be95132e9
for easy dependency injection
17 lines
467 B
C
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>
|