Files
macSVG-mirror/CocoaAsyncSocket-master/Examples/RunLoop/InterfaceTest/Classes/InterfaceTestViewController.h
2016-09-15 10:13:52 -05:00

17 lines
258 B
Objective-C
Executable File

//
// InterfaceTestViewController.h
// InterfaceTest
//
// Created by Robbie Hanson on 10/15/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface InterfaceTestViewController : UIViewController {
}
@end