mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
17 lines
310 B
Objective-C
17 lines
310 B
Objective-C
//
|
|
// RBHybridWebView.h
|
|
// RobloxMobile
|
|
//
|
|
// Created by Ariel Lichtin on 2/18/15.
|
|
// Copyright (c) 2015 ROBLOX. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import "RBHybridWebViewProtocol.h"
|
|
#import "UIWebView+RBXUIWebView.h"
|
|
|
|
@interface RBHybridWebView : UIWebView <RBHybridWebViewProtocol>
|
|
|
|
@end
|