mirror of
https://github.com/socketio/socket.io-client-cpp.git
synced 2026-06-10 20:36:14 +00:00
13 lines
160 B
Objective-C
13 lines
160 B
Objective-C
//
|
|
// CRViewController.h
|
|
// ChatRoom
|
|
//
|
|
// Created by Melo Yao on 3/30/15.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface CRViewController : UIViewController
|
|
|
|
@end
|