FreeRDP
EditTextTableViewCell.h
1
/*
2
Custom table cell with edit text field
3
4
Copyright 2013 Thincast Technologies GmbH, Author: Martin Fleisz
5
6
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
7
If a copy of the MPL was not distributed with this file, You can obtain one at
8
http://mozilla.org/MPL/2.0/.
9
*/
10
11
#import <UIKit/UIKit.h>
12
13
@interface
EditTextTableViewCell
: UITableViewCell
14
{
15
IBOutlet UILabel *_label;
16
IBOutlet UITextField *_textfield;
17
}
18
19
@property
(retain, nonatomic) UILabel *label;
20
@property
(retain, nonatomic) UITextField *textfield;
21
22
@end
EditTextTableViewCell
Definition:
EditTextTableViewCell.h:14
client
iOS
Views
EditTextTableViewCell.h
Generated by
1.9.1