now goes back to main frame when connection is terminated

This commit is contained in:
Diego Waxemberg
2014-10-21 01:02:04 -04:00
parent 127c53e341
commit a359aee36c
8 changed files with 71 additions and 46 deletions

View File

@@ -6,8 +6,10 @@
// Copyright (c) 2014 Diego Waxemberg. All rights reserved.
//
#import "Connection.h"
#import <UIKit/UIKit.h>
@interface StreamFrameViewController : UIViewController
@interface StreamFrameViewController : UIViewController <ConTermCallback>
@end