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