Skip to content

Commit 05b2f2c

Browse files
committed
Add umbrella header
1 parent 245f443 commit 05b2f2c

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

Demo/ALButtonMenu.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
20DA4A071D9B313800C6BF3C /* ALMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALMenuViewController.m; sourceTree = "<group>"; };
8888
20EB58821D9EAEAF00D8291A /* UIColor+ALComplementary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+ALComplementary.h"; sourceTree = "<group>"; };
8989
20EB58831D9EAEAF00D8291A /* UIColor+ALComplementary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+ALComplementary.m"; sourceTree = "<group>"; };
90+
20FBE7C11E402A0500A5095B /* ALButtonMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ALButtonMenu.h; sourceTree = "<group>"; };
9091
/* End PBXFileReference section */
9192

9293
/* Begin PBXFrameworksBuildPhase section */
@@ -205,6 +206,7 @@
205206
20DA4A051D9B09F100C6BF3C /* Source */ = {
206207
isa = PBXGroup;
207208
children = (
209+
20FBE7C11E402A0500A5095B /* ALButtonMenu.h */,
208210
20B5DD9D1D9C1DE4007B5766 /* Navigation Controller */,
209211
20DA4A091D9B324200C6BF3C /* Menu Controller */,
210212
20DA4A0D1D9B32D700C6BF3C /* Animations */,

Demo/ALDemoRootViewController.m

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@
99

1010
#import "UIColor+ALComplementary.h"
1111

12-
#import "ALButton.h"
13-
#import "ALButtonViewModel.h"
12+
#import "ALButtonMenu.h"
13+
1414
#import "ALDemoViewController.h"
15-
#import "ALMenuViewController.h"
16-
#import "ALMenuViewControllerViewModel.h"
17-
#import "ALNavigationCoordinator.h"
18-
#import "ALNavigationCoordinatorViewModel.h"
1915

2016
static NSUInteger const kNumberOfMenuItems = 4;
2117
static NSUInteger const kMenuColumns = 2;

Demo/ALDemoViewController.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
#import "UIColor+ALComplementary.h"
1111

12-
#import "ALButton.h"
13-
1412
@implementation ALDemoViewController
1513

1614
- (NSString *)title

Source/ALButtonMenu.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// ALButtonMenu.h
3+
// ALButtonMenu
4+
//
5+
// Copyright © 2017 Anthony Lobianco. All rights reserved.
6+
//
7+
8+
#import "ALButton.h"
9+
#import "ALButtonViewModel.h"
10+
#import "ALMenuViewController.h"
11+
#import "ALMenuViewControllerViewModel.h"
12+
#import "ALNavigationCoordinator.h"
13+
#import "ALNavigationCoordinatorViewModel.h"

0 commit comments

Comments
 (0)