mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
20 lines
526 B
Objective-C
20 lines
526 B
Objective-C
//
|
|
// SWCompression.h
|
|
// SWCompression
|
|
//
|
|
// Created by Timofey Solomko on 16.10.16.
|
|
// Copyright © 2016 tsolomko. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for SWCompression.
|
|
FOUNDATION_EXPORT double SWCompressionVersionNumber;
|
|
|
|
//! Project version string for SWCompression.
|
|
FOUNDATION_EXPORT const unsigned char SWCompressionVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <SWCompression/PublicHeader.h>
|
|
|
|
|