mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// RBHybridModuleSocial_TwitterActivity.h
|
||||
// RobloxMobile
|
||||
//
|
||||
// Created by Ariel Lichtin on 2/19/15.
|
||||
// Copyright (c) 2015 ROBLOX. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface RBHybridModuleSocial_TwitterActivity : UIActivity
|
||||
|
||||
@property(weak, nonatomic) UIViewController* parentController;
|
||||
@property(strong, nonatomic) NSString* text;
|
||||
@property(strong, nonatomic) NSURL* link;
|
||||
@property(strong, nonatomic) NSURL* imageURL;
|
||||
@property(strong, nonatomic) UIImage* image;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user