// // InfoScreenController.h // RobloxMobile // // Copyright (c) 2014 ROBLOX. All rights reserved. // #import #import "NonRotatableViewController.h" @interface InfoScreenController : NonRotatableViewController @property (retain, nonatomic) IBOutlet UITextView *txtDeviceInfo; @property (retain, nonatomic) IBOutlet UITextView *txtRobloxInfo; @end