//
//  OTSubscriber.h
//  OpenTokReactNative
//
//  Created by Manik Sachdeva on 1/18/18.
//  Copyright © 2018 Facebook. All rights reserved.
//

#ifndef OTSubscriber_h
#define OTSubscriber_h
#import <React/RCTView.h>

@interface OTSubscriber : RCTView
@property (nonatomic, assign) NSString *streamId;
@end

#endif /* OTSubscriber_h */

