patbef-iOS/Befund/Controls/DownPicker/Classes/UIDownPicker.h

22 lines
451 B
C
Raw Permalink Normal View History

2024-01-29 16:20:42 +01:00
//
// DownPicker.h
// --------------------------------------------------------
// Lightweight DropDownList/ComboBox control for iOS
//
// by Darkseal, 2013-2015 - MIT License
//
// Website: http://www.ryadel.com/
// GitHub: http://www.ryadel.com/
//
#import <Foundation/Foundation.h>
#import "DownPicker.h"
@interface UIDownPicker : UITextField
@property (strong, nonatomic) DownPicker *DownPicker;
-(id)initWithData:(NSArray*)data;
@end