Objective-C readability review.
BUG= R=rsesek@chromium.org Review URL: https://webrtc-codereview.appspot.com/34679004 Cr-Commit-Position: refs/heads/master@{#8784} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8784 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
@interface ARDAppClient () <ARDSignalingChannelDelegate,
|
||||
RTCPeerConnectionDelegate, RTCSessionDescriptionDelegate>
|
||||
|
||||
// All properties should only be mutated from the main queue.
|
||||
@property(nonatomic, strong) id<ARDRoomServerClient> roomServerClient;
|
||||
@property(nonatomic, strong) id<ARDSignalingChannel> channel;
|
||||
@property(nonatomic, strong) id<ARDTURNClient> turnClient;
|
||||
|
||||
Reference in New Issue
Block a user