mirror of
https://github.com/oonyeje/Get-Hip.git
synced 2025-12-25 19:57:42 +00:00
18 lines
343 B
Objective-C
Executable File
18 lines
343 B
Objective-C
Executable File
//
|
|
// TDAudioStreamer.h
|
|
// TDAudioStreamer
|
|
//
|
|
// Created by Tony DiPasquale on 11/18/13.
|
|
// Copyright (c) 2013 Tony DiPasquale. The MIT License (MIT).
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import "TDAudioStreamerConstants.h"
|
|
#import "TDAudioInputStreamer.h"
|
|
#import "TDAudioOutputStreamer.h"
|
|
|
|
@interface TDAudioStreamer : NSObject
|
|
|
|
@end
|