Page MenuHomePhabricator

D8787.diff
No OneTemporary

D8787.diff

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 = "<group>"; };
1975FDF018E5C32B00A35E7B /* 013_module_schedule_gray.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 013_module_schedule_gray.png; sourceTree = "<group>"; };
1975FDF118E5C32B00A35E7B /* 013_module_schedule_gray@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "013_module_schedule_gray@2x.png"; sourceTree = "<group>"; };
+ 19C5E12A18FED5B50077B69B /* HMNViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HMNViewController.h; sourceTree = "<group>"; };
+ 19C5E12B18FED5B50077B69B /* HMNViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HMNViewController.m; sourceTree = "<group>"; };
19F8330118F69C2900A62976 /* HMNUpcomingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HMNUpcomingsViewController.h; sourceTree = "<group>"; };
19F8330218F69C2900A62976 /* HMNUpcomingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HMNUpcomingsViewController.m; sourceTree = "<group>"; };
19F9183E18FC0C450014C8F6 /* HMNLeaveEditRequestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HMNLeaveEditRequestViewController.h; sourceTree = "<group>"; };
@@ -3208,6 +3211,8 @@
children = (
192899BB18ED60DD0044C961 /* HMNLeaveListViewController.h */,
192899BC18ED60DD0044C961 /* HMNLeaveListViewController.m */,
+ 19C5E12A18FED5B50077B69B /* HMNViewController.h */,
+ 19C5E12B18FED5B50077B69B /* HMNViewController.m */,
);
path = "Leave List";
sourceTree = "<group>";
@@ -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 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="5056" systemVersion="13C64" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="vXZ-lx-hvc">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="5053" systemVersion="13C64" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="vXZ-lx-hvc">
<dependencies>
<deployment defaultVersion="1792" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
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 <UIKit/UIKit.h>
+
+@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

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 16, 9:59 PM (1 w, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7394405
Default Alt Text
D8787.diff (6 KB)

Event Timeline