OSDN Git Service

Added a method to specify the interface to use for outgoing connection
[syncr/master.git] / CocoaAsyncSocket / CocoaAsyncSocket-5.6.2 / CertTest / AppController.h
1 #import <Cocoa/Cocoa.h>
2 @class AsyncSocket;
3
4 @interface AppController : NSObject
5 {
6         AsyncSocket *asyncSocket;
7 }
8
9 - (IBAction)printCert:(id)sender;
10 @end