ish/app/AltIconViewController.h
Theodore Dubois d1a10bd26d Reland "Add a menu where you can choose the app icon"
Last attempt didn't work out because it inadvertently removed the
ASSETCATALOG_COMPILER_APPICON_NAME from the xcodeproj.

This reverts commit c65cc4bfa78382884a3a02c1b4391597a71a0568.
2020-08-17 23:19:42 -07:00

17 lines
309 B
Objective-C

//
// IconViewController.h
// iSH
//
// Created by Theodore Dubois on 12/13/19.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface AltIconViewController : UIViewController <UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout>
@end
NS_ASSUME_NONNULL_END