mirror of
https://github.com/jeremysrand/ListenerApp.git
synced 2025-01-18 00:31:26 +00:00
10 lines
367 B
C
10 lines
367 B
C
@import Foundation;
|
|
|
|
//! Project version number for SwiftSocket
|
|
FOUNDATION_EXPORT double SwiftSocketVersionNumber;
|
|
|
|
//! Project version string for SwiftSocket
|
|
FOUNDATION_EXPORT const unsigned char SwiftSocketVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <SwiftSocket_iOS/PublicHeader.h>
|