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

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

@interface OTPublisher : RCTView
@property (nonatomic, assign) NSString *publisherId;
@end
#endif /* OTPublisher_h */

