aboutsummaryrefslogtreecommitdiff
path: root/ios-bootstrap/safety-dance/AutoGrid.h
diff options
context:
space:
mode:
authorcomex2015-01-27 17:54:04 -0500
committercomex2015-01-27 17:54:04 -0500
commit6d0363a7fefc17d6da981a4f52d0be80a2c394bd (patch)
tree1902d83101adf283a87f257015ecfcae93b7357e /ios-bootstrap/safety-dance/AutoGrid.h
parentforgot to commit this, predictably (diff)
downloadsubstitute-6d0363a7fefc17d6da981a4f52d0be80a2c394bd.tar.gz
initial commit of SafetyDance app
Diffstat (limited to '')
-rw-r--r--ios-bootstrap/safety-dance/AutoGrid.h17
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