Rewrite UIComputerView to use a pop-out effect on tvOS

This commit is contained in:
Cameron Gutman
2019-09-22 20:08:24 -07:00
parent e6b1dd6b64
commit d1cbfd9c44
2 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
@end
@interface UIComputerView : UIView
@interface UIComputerView : UIButton
- (id) initWithComputer:(TemporaryHost*)host andCallback:(id<HostCallback>)callback;
- (id) initForAddWithCallback:(id<HostCallback>)callback;