mirror of
https://github.com/zhigang1992/FunctionalReactivePixels.git
synced 2026-01-12 22:47:31 +08:00
16 lines
254 B
Objective-C
16 lines
254 B
Objective-C
//
|
|
// FRPGalleryViewController.h
|
|
// FRP
|
|
//
|
|
// Created by Ash Furrow on 10/13/2013.
|
|
// Copyright (c) 2013 Ash Furrow. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface FRPGalleryViewController : UICollectionViewController
|
|
|
|
-(id)init;
|
|
|
|
@end
|