Commit 8d02e4a0 authored by mei's avatar mei

no message

parent 7cb2386b
......@@ -8,6 +8,7 @@
/* Begin PBXBuildFile section */
04040E001B6FE75800326D12 /* ICRPerson.m in Sources */ = {isa = PBXBuildFile; fileRef = 04040DFF1B6FE75800326D12 /* ICRPerson.m */; };
0406BFD91B7C97E700DD65A7 /* BusinessViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0406BFD81B7C97E700DD65A7 /* BusinessViewController.m */; };
300DD94A1B184B450080EE12 /* ICRPatrolPlan.m in Sources */ = {isa = PBXBuildFile; fileRef = 300DD9491B184B450080EE12 /* ICRPatrolPlan.m */; };
300DD94B1B184B450080EE12 /* ICRPatrolPlan.m in Sources */ = {isa = PBXBuildFile; fileRef = 300DD9491B184B450080EE12 /* ICRPatrolPlan.m */; };
300DD94E1B184EA70080EE12 /* ICRQuestion.m in Sources */ = {isa = PBXBuildFile; fileRef = 300DD94D1B184EA70080EE12 /* ICRQuestion.m */; };
......@@ -366,6 +367,8 @@
/* Begin PBXFileReference section */
04040DFE1B6FE75800326D12 /* ICRPerson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICRPerson.h; sourceTree = "<group>"; };
04040DFF1B6FE75800326D12 /* ICRPerson.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICRPerson.m; sourceTree = "<group>"; };
0406BFD71B7C97E700DD65A7 /* BusinessViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BusinessViewController.h; path = ../ViewControllers/Business/BusinessViewController.h; sourceTree = "<group>"; };
0406BFD81B7C97E700DD65A7 /* BusinessViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BusinessViewController.m; path = ../ViewControllers/Business/BusinessViewController.m; sourceTree = "<group>"; };
1B0B22845F5CD40B5CF655F2 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
300DD9481B184B450080EE12 /* ICRPatrolPlan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICRPatrolPlan.h; sourceTree = "<group>"; };
300DD9491B184B450080EE12 /* ICRPatrolPlan.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICRPatrolPlan.m; sourceTree = "<group>"; };
......@@ -773,6 +776,15 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0406BFDA1B7C980D00DD65A7 /* Business */ = {
isa = PBXGroup;
children = (
0406BFD71B7C97E700DD65A7 /* BusinessViewController.h */,
0406BFD81B7C97E700DD65A7 /* BusinessViewController.m */,
);
name = Business;
sourceTree = "<group>";
};
35C3C0BA1AE9587F0035AC8A /* Navigation */ = {
isa = PBXGroup;
children = (
......@@ -1261,6 +1273,8 @@
C159181D1AC061710013B391 /* Controllers */ = {
isa = PBXGroup;
children = (
0406BFDA1B7C980D00DD65A7 /* Business */,
C1C6FEED1AB88A3400D4C41A /* ViewControllers */,
C18AEA931AD1424000A1DB7B /* DataBaseController */,
C15918871AC461290013B391 /* HTTPController */,
C15918821AC460A20013B391 /* AppViewController */,
......@@ -1515,7 +1529,8 @@
C159185F1AC0784A0013B391 /* Sync */,
C15918601AC0785A0013B391 /* System */,
);
path = ViewControllers;
name = ViewControllers;
path = ../ViewControllers;
sourceTree = "<group>";
};
C1D017201AD8F40000CD9CB8 /* IBTRefreshTableView */ = {
......@@ -1576,7 +1591,6 @@
C1C6FEEC1AB88A3400D4C41A /* Utilities */,
C142D2881AC39BDE000109A7 /* General */,
C159181D1AC061710013B391 /* Controllers */,
C1C6FEED1AB88A3400D4C41A /* ViewControllers */,
C142D2871AC39BBF000109A7 /* Models */,
C142D28E1AC3A0F7000109A7 /* Helpers */,
C1FE50291ADD887400C18080 /* Vendors */,
......@@ -1917,6 +1931,7 @@
7217E9EB1B72364300FE5C1D /* HPGrowingTextView.m in Sources */,
C1C5643E1AD62BD8006A1050 /* ICRPlaceholderTextView.m in Sources */,
307059D21AF2211300E9DB8E /* ICRSyncCellContentView.m in Sources */,
0406BFD91B7C97E700DD65A7 /* BusinessViewController.m in Sources */,
C1374F581B33C40D00594D19 /* IBTWebViewController.m in Sources */,
C159186B1AC1A03B0013B391 /* ICRSyncViewController.m in Sources */,
C1C564431AD66C6E006A1050 /* ICRTaskEditViewController.m in Sources */,
......
//
// BusinessViewController.h
// XFFruit
//
// Created by mac on 15/8/13.
// Copyright (c) 2015年 Xummer. All rights reserved.
//
#import "ICRBaseViewController.h"
@interface BusinessViewController : ICRBaseViewController
@end
//
// BusinessViewController.m
// XFFruit
//
// Created by mac on 15/8/13.
// Copyright (c) 2015年 Xummer. All rights reserved.
//
#import "BusinessViewController.h"
@interface BusinessViewController ()
@end
@implementation BusinessViewController
- (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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment