Files
2025-09-18 17:55:52 -04:00

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