20 lines
577 B
Objective-C
20 lines
577 B
Objective-C
//
|
|
// AudioStreamingMac.h
|
|
// AudioStreamingMac
|
|
//
|
|
// Created by Dimitrios Chatzieleftheriou on 02/06/2020.
|
|
// Copyright © 2020 Decimal. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for AudioStreamingMac.
|
|
FOUNDATION_EXPORT double AudioStreamingMacVersionNumber;
|
|
|
|
//! Project version string for AudioStreamingMac.
|
|
FOUNDATION_EXPORT const unsigned char AudioStreamingMacVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <AudioStreamingMac/PublicHeader.h>
|
|
|
|
|