diff options
Diffstat (limited to 'ios-bootstrap/safety-dance/AutoGrid.h')
-rw-r--r-- | ios-bootstrap/safety-dance/AutoGrid.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ios-bootstrap/safety-dance/AutoGrid.h b/ios-bootstrap/safety-dance/AutoGrid.h deleted file mode 100644 index 335381a..0000000 --- a/ios-bootstrap/safety-dance/AutoGrid.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// 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 |