mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
16 lines
276 B
Objective-C
16 lines
276 B
Objective-C
//
|
|
// ExtendedSegmentedControl.h
|
|
// RobloxMobile
|
|
//
|
|
// Created by Ariel Lichtin on 6/5/14.
|
|
// Copyright (c) 2014 ROBLOX. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ExtendedSegmentedControl : UISegmentedControl
|
|
|
|
@property NSInteger maxVisibleItems;
|
|
|
|
@end
|