mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
14 lines
227 B
Objective-C
14 lines
227 B
Objective-C
//
|
|
// RBHybridModuleSocial.h
|
|
// RobloxMobile
|
|
//
|
|
// Created by Ariel Lichtin on 2/5/15.
|
|
// Copyright (c) 2015 ROBLOX. All rights reserved.
|
|
//
|
|
|
|
#import "RBHybridModule.h"
|
|
|
|
@interface RBHybridModuleGame : RBHybridModule
|
|
|
|
@end
|