Play-/Source/ui_ios/CollectionView.h
2015-08-31 14:59:33 -04:00

22 lines
351 B
Objective-C

//
// ViewOrientation.h
// Play
//
// Created by Lounge Katt on 8/15/15.
// Copyright (c) 2015 Jean-Philip Desjardins. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface CollectionView : NSObject
{
NSArray* diskImages;
}
@property NSArray* diskImages;
+ (CollectionView*) getInstance;
- (NSArray*) buildCollection;
@end