//
//  RNSpotifyWebViewController.h
//  RNSpotify
//
//  Created by Luis Finke on 1/16/18.
//  Copyright © 2018 Facebook. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface RNSpotifyWebViewController : UIViewController

@property (readonly) UIWebView* webView;

@end
