File tree Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 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 */
205206 20DA4A051D9B09F100C6BF3C /* Source */ = {
206207 isa = PBXGroup;
207208 children = (
209+ 20FBE7C11E402A0500A5095B /* ALButtonMenu.h */,
208210 20B5DD9D1D9C1DE4007B5766 /* Navigation Controller */,
209211 20DA4A091D9B324200C6BF3C /* Menu Controller */,
210212 20DA4A0D1D9B32D700C6BF3C /* Animations */,
Original file line number Diff line number Diff line change 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
2016static NSUInteger const kNumberOfMenuItems = 4 ;
2117static NSUInteger const kMenuColumns = 2 ;
Original file line number Diff line number Diff line change 99
1010#import " UIColor+ALComplementary.h"
1111
12- #import " ALButton.h"
13-
1412@implementation ALDemoViewController
1513
1614- (NSString *)title
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments