From 6d0363a7fefc17d6da981a4f52d0be80a2c394bd Mon Sep 17 00:00:00 2001 From: comex Date: Tue, 27 Jan 2015 17:54:04 -0500 Subject: initial commit of SafetyDance app --- ios-bootstrap/safety-dance/AutoGrid.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ios-bootstrap/safety-dance/AutoGrid.h (limited to 'ios-bootstrap/safety-dance/AutoGrid.h') 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 + +@interface AutoGrid : UIView { + NSArray *views; + UIScrollView *scrollView; +} +- (void)setViews:(NSArray *)views; + +@end -- cgit v1.2.3