Fix some Xcode 11 warnings

This commit is contained in:
Cameron Gutman
2019-09-11 19:07:53 -07:00
parent 597aaa1bab
commit f51dbe4295
4 changed files with 9 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
UIAlertController* _pairAlert;
LoadingFrameViewController* _loadingFrame;
UIScrollView* hostScrollView;
int currentPosition;
FrontViewPosition currentPosition;
NSArray* _sortedAppList;
NSCache* _boxArtCache;
bool _background;