20 lines
478 B
Objective-C
20 lines
478 B
Objective-C
//
|
|
// ETSocket.h
|
|
// ETSocket
|
|
//
|
|
// Created by Bill Abt on 1/19/16.
|
|
// Copyright © 2016 IBM. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for ETSocket.
|
|
FOUNDATION_EXPORT double ETSocketVersionNumber;
|
|
|
|
//! Project version string for ETSocket.
|
|
FOUNDATION_EXPORT const unsigned char ETSocketVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <ETSocket/PublicHeader.h>
|
|
|
|
|