mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
14 lines
229 B
Objective-C
14 lines
229 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 RBHybridModuleSocial : RBHybridModule
|
|
|
|
@end
|