Files
UnrealEngineUWP/Engine/Source/Programs/IOS/UDKRemote/Classes/TextCell.h
Ben Marsh 7598af0532 Update copyright notices to 2019.
#rb none
#lockdown Nick.Penwarden

[CL 4662404 by Ben Marsh in Main branch]
2018-12-14 13:41:00 -05:00

21 lines
275 B
Objective-C

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
//
// TextCell.h
// UDKRemote
//
// Created by jadams on 8/2/10.
//
#import <UIKit/UIKit.h>
@interface TextCell : UITableViewCell
{
}
@property (nonatomic, assign) IBOutlet UITextField* TextField;
@end