aboutsummaryrefslogtreecommitdiff
path: root/darwin-bootstrap/safety-dance/AutoGrid.h
diff options
context:
space:
mode:
authorcomex2015-02-28 13:16:36 -0500
committercomex2015-02-28 13:16:36 -0500
commitd9a7a8a4d4a23fb65e6319e0e8a435046cc39fea (patch)
treedd219509fc92e695317b82d5dca43296daaf2ab1 /darwin-bootstrap/safety-dance/AutoGrid.h
parentremove deprecated property usage in safety-dance (diff)
downloadsubstitute-d9a7a8a4d4a23fb65e6319e0e8a435046cc39fea.tar.gz
Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and unrestrict.
Not tested yet.
Diffstat (limited to 'darwin-bootstrap/safety-dance/AutoGrid.h')
-rw-r--r--darwin-bootstrap/safety-dance/AutoGrid.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/darwin-bootstrap/safety-dance/AutoGrid.h b/darwin-bootstrap/safety-dance/AutoGrid.h
new file mode 100644
index 0000000..335381a
--- /dev/null
+++ b/darwin-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