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