mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 22:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// LeaderboardCell.h
|
||||
// RobloxMobile
|
||||
//
|
||||
// Created by Ariel Lichtin on 6/6/14.
|
||||
// Copyright (c) 2014 ROBLOX. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "RobloxData.h"
|
||||
#import "RobloxImageView.h"
|
||||
|
||||
@interface LeaderboardCell : UITableViewCell
|
||||
|
||||
@property (strong, nonatomic) IBOutlet UILabel* rankLabel;
|
||||
@property (strong, nonatomic) IBOutlet UILabel *titleLabel;
|
||||
@property (strong, nonatomic) IBOutlet UILabel *subtitleLabel;
|
||||
@property (strong, nonatomic) IBOutlet UILabel *pointsLabel;
|
||||
@property (strong, nonatomic) IBOutlet RobloxImageView *avatar;
|
||||
|
||||
- (void) showPlayerInfo:(RBXLeaderboardEntry*)data;
|
||||
- (void) showClanInfo:(RBXLeaderboardEntry*)data;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user