mirror of
https://github.com/wu736139669/Ash_AWord.git
synced 2026-08-05 05:55:19 +00:00
20 lines
410 B
Objective-C
20 lines
410 B
Objective-C
//
|
|
// MWGridViewController.h
|
|
// MWPhotoBrowser
|
|
//
|
|
// Created by Michael Waterfall on 08/10/2013.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "MWPhotoBrowser.h"
|
|
#import "PSTCollectionView.h"
|
|
|
|
@interface MWGridViewController : PSTCollectionViewController {}
|
|
|
|
@property (nonatomic, assign) MWPhotoBrowser *browser;
|
|
@property (nonatomic) BOOL selectionMode;
|
|
@property (nonatomic) CGPoint initialContentOffset;
|
|
|
|
@end
|