diff options
author | comex | 2015-01-27 17:54:04 -0500 |
---|---|---|
committer | comex | 2015-01-27 17:54:04 -0500 |
commit | 6d0363a7fefc17d6da981a4f52d0be80a2c394bd (patch) | |
tree | 1902d83101adf283a87f257015ecfcae93b7357e /ios-bootstrap/safety-dance/AutoGrid.h | |
parent | forgot to commit this, predictably (diff) | |
download | substitute-6d0363a7fefc17d6da981a4f52d0be80a2c394bd.tar.gz |
initial commit of SafetyDance app
Diffstat (limited to '')
-rw-r--r-- | ios-bootstrap/safety-dance/AutoGrid.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ios-bootstrap/safety-dance/AutoGrid.h b/ios-bootstrap/safety-dance/AutoGrid.h new file mode 100644 index 0000000..335381a --- /dev/null +++ b/ios-bootstrap/safety-dance/AutoGrid.h @@ -0,0 +1,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 |