mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
Last attempt didn't work out because it inadvertently removed the ASSETCATALOG_COMPILER_APPICON_NAME from the xcodeproj. This reverts commit c65cc4bfa78382884a3a02c1b4391597a71a0568.
17 lines
309 B
Objective-C
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
|