Index: MixHR/Humanity.xcodeproj/project.pbxproj =================================================================== --- MixHR/Humanity.xcodeproj/project.pbxproj +++ MixHR/Humanity.xcodeproj/project.pbxproj @@ -1069,6 +1069,7 @@ 1975FDEF18E5921900A35E7B /* HMNEmptyDataView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1975FDEE18E5921900A35E7B /* HMNEmptyDataView.m */; }; 1975FDF218E5C32B00A35E7B /* 013_module_schedule_gray.png in Resources */ = {isa = PBXBuildFile; fileRef = 1975FDF018E5C32B00A35E7B /* 013_module_schedule_gray.png */; }; 1975FDF318E5C32B00A35E7B /* 013_module_schedule_gray@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1975FDF118E5C32B00A35E7B /* 013_module_schedule_gray@2x.png */; }; + 19C5E12C18FED5B50077B69B /* HMNViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 19C5E12B18FED5B50077B69B /* HMNViewController.m */; }; 19F8330318F69C2900A62976 /* HMNUpcomingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 19F8330218F69C2900A62976 /* HMNUpcomingsViewController.m */; }; 19F9184018FC0C450014C8F6 /* HMNLeaveEditRequestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 19F9183F18FC0C450014C8F6 /* HMNLeaveEditRequestViewController.m */; }; 1B561249FAB54EB59AC5FEF1 /* libPods-MixHRTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 25F3D868024F4B769452C303 /* libPods-MixHRTests.a */; }; @@ -1847,6 +1848,8 @@ 1975FDEE18E5921900A35E7B /* HMNEmptyDataView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HMNEmptyDataView.m; sourceTree = ""; }; 1975FDF018E5C32B00A35E7B /* 013_module_schedule_gray.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 013_module_schedule_gray.png; sourceTree = ""; }; 1975FDF118E5C32B00A35E7B /* 013_module_schedule_gray@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "013_module_schedule_gray@2x.png"; sourceTree = ""; }; + 19C5E12A18FED5B50077B69B /* HMNViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HMNViewController.h; sourceTree = ""; }; + 19C5E12B18FED5B50077B69B /* HMNViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HMNViewController.m; sourceTree = ""; }; 19F8330118F69C2900A62976 /* HMNUpcomingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HMNUpcomingsViewController.h; sourceTree = ""; }; 19F8330218F69C2900A62976 /* HMNUpcomingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HMNUpcomingsViewController.m; sourceTree = ""; }; 19F9183E18FC0C450014C8F6 /* HMNLeaveEditRequestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HMNLeaveEditRequestViewController.h; sourceTree = ""; }; @@ -3208,6 +3211,8 @@ children = ( 192899BB18ED60DD0044C961 /* HMNLeaveListViewController.h */, 192899BC18ED60DD0044C961 /* HMNLeaveListViewController.m */, + 19C5E12A18FED5B50077B69B /* HMNViewController.h */, + 19C5E12B18FED5B50077B69B /* HMNViewController.m */, ); path = "Leave List"; sourceTree = ""; @@ -4257,6 +4262,7 @@ A18F62BC186875A500CE2DD5 /* HMNLeaveSummaryCell.m in Sources */, 07D8397E187DBFE100C6E47D /* HMNAvailabilityCell.m in Sources */, 156B0EDE1868A70700B66742 /* HMNEmployeeContactCell.m in Sources */, + 19C5E12C18FED5B50077B69B /* HMNViewController.m in Sources */, 15A488BE184CB636005823D1 /* HMNContextMenuCenterCell.m in Sources */, 15CF4A5118E03A7000737655 /* EventEntity.m in Sources */, 15CF4A4218E03A7000737655 /* AvailabilityTypeEntity.m in Sources */, Index: MixHR/MixHR/storyboards/Main_iPhone.storyboard =================================================================== --- MixHR/MixHR/storyboards/Main_iPhone.storyboard +++ MixHR/MixHR/storyboards/Main_iPhone.storyboard @@ -1,5 +1,5 @@ - + Index: MixHR/MixHR/viewControllers/LeaveNew/Leave List/HMNViewController.h =================================================================== --- /dev/null +++ MixHR/MixHR/viewControllers/LeaveNew/Leave List/HMNViewController.h @@ -0,0 +1,13 @@ +// +// HMNViewController.h +// Humanity +// +// Created by Dusan Milic on 4/16/14. +// Copyright (c) 2014 Humanity Inc. All rights reserved. +// + +#import + +@interface HMNViewController : UIViewController + +@end Index: MixHR/MixHR/viewControllers/LeaveNew/Leave List/HMNViewController.m =================================================================== --- /dev/null +++ MixHR/MixHR/viewControllers/LeaveNew/Leave List/HMNViewController.m @@ -0,0 +1,49 @@ +// +// HMNViewController.m +// Humanity +// +// Created by Dusan Milic on 4/16/14. +// Copyright (c) 2014 Humanity Inc. All rights reserved. +// + +#import "HMNViewController.h" + +@interface HMNViewController () + +@end + +@implementation HMNViewController + +- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil +{ + self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; + if (self) { + // Custom initialization + } + return self; +} + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +/* +#pragma mark - Navigation + +// In a storyboard-based application, you will often want to do a little preparation before navigation +- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender +{ + // Get the new view controller using [segue destinationViewController]. + // Pass the selected object to the new view controller. +} +*/ + +@end