Skip to content

Commit

Permalink
Sources added
Browse files Browse the repository at this point in the history
  • Loading branch information
periclesm committed Jan 29, 2020
1 parent b944c5a commit a98f7c5
Show file tree
Hide file tree
Showing 233 changed files with 122,760 additions and 25 deletions.
23 changes: 23 additions & 0 deletions Frameworks/iosIcecast.framework/Headers/Icecast.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//
// Icecast.h
// Icecast
//
// Created by Pericles Maravelakis on 31/12/2018.
//

#if TARGET_OS_IOS
#import <UIKit/UIKit.h>
#endif

#if TARGET_OS_OSX
#import <Cocoa/Cocoa.h>
#endif

//! Project version number for Icecast.
FOUNDATION_EXPORT double IcecastVersionNumber;

//! Project version string for Icecast.
FOUNDATION_EXPORT const unsigned char IcecastVersionString[];

#include "shout.h"
#include "lame.h"
Loading

0 comments on commit a98f7c5

Please sign in to comment.