We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0018a commit 4b5ec18Copy full SHA for 4b5ec18
Peertalk iOS Example/PTViewController.h
@@ -1,6 +1,6 @@
1
#import <UIKit/UIKit.h>
2
#import "PTChannel.h"
3
4
-@interface PTViewController : UIViewController <PTChannelDelegate, UITextFieldDelegate>
+@interface PTViewController : UIViewController
5
6
@end
Peertalk iOS Example/PTViewController.m
@@ -1,7 +1,10 @@
#import "PTExampleProtocol.h"
#import "PTViewController.h"
-@interface PTViewController () {
+@interface PTViewController () <
+PTChannelDelegate,
+UITextFieldDelegate
7
+> {
8
__weak PTChannel *serverChannel_;
9
__weak PTChannel *peerChannel_;
10
}
0 commit comments