aboutsummaryrefslogtreecommitdiff
path: root/darwin-bootstrap/safety-dance/AutoGrid.h
blob: 335381a874f01bc944e4954dd6071f523879d16f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  AutoGrid.h
//  SafetyDance
//
//  Created by Nicholas Allegra on 1/26/15.
//  Copyright (c) 2015 Nicholas Allegra. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AutoGrid : UIView {
    NSArray *views;
    UIScrollView *scrollView;
}
- (void)setViews:(NSArray *)views;

@end