Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
coderZsq committed Sep 29, 2019
1 parent 4cd05de commit 2cf9bdf
Show file tree
Hide file tree
Showing 25 changed files with 253 additions and 11 deletions.
Binary file modified SQFitnessProgram/contents/01.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQFitnessProgram/contents/02.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQLifestyle/contents/img1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQLifestyle/contents/img2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQMagnet/SQMagnet-01.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQMagnet/SQMagnet-02.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQMagnet/SQMagnet-03.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQMagnet/SQMagnet-04.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQMagnet/contents/01.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQMagnet/contents/02.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQMagnet/contents/alipay.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SQMagnet/contents/wechat.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions SQManagement/SQManagement.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
/* Begin PBXBuildFile section */
14040349233F887300D0BC12 /* SQTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14040347233F887200D0BC12 /* SQTabBarController.m */; };
1404034A233F887300D0BC12 /* SQTabbarControllerAnimatedTransitioning.m in Sources */ = {isa = PBXBuildFile; fileRef = 14040348233F887200D0BC12 /* SQTabbarControllerAnimatedTransitioning.m */; };
140BBD162340550F0077E130 /* SQProjectTimeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 140BBD152340550F0077E130 /* SQProjectTimeViewController.m */; };
140BBD19234059E30077E130 /* SQProjectTimeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 140BBD18234059E30077E130 /* SQProjectTimeView.m */; };
140BBD1B23405A390077E130 /* SQProjectTimeView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 140BBD1A23405A390077E130 /* SQProjectTimeView.xib */; };
14233205233F923700D4FA3B /* SQConnectionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 14233204233F923700D4FA3B /* SQConnectionModel.m */; };
142787F3233CB4AB0000FEBB /* SQTimeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 142787F2233CB4AB0000FEBB /* SQTimeViewController.m */; };
142787F6233CBC1F0000FEBB /* SQEnergyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 142787F5233CBC1F0000FEBB /* SQEnergyViewController.m */; };
Expand Down Expand Up @@ -45,6 +48,11 @@
14040346233F887200D0BC12 /* SQTabbarControllerAnimatedTransitioning.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQTabbarControllerAnimatedTransitioning.h; sourceTree = "<group>"; };
14040347233F887200D0BC12 /* SQTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SQTabBarController.m; sourceTree = "<group>"; };
14040348233F887200D0BC12 /* SQTabbarControllerAnimatedTransitioning.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SQTabbarControllerAnimatedTransitioning.m; sourceTree = "<group>"; };
140BBD142340550F0077E130 /* SQProjectTimeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SQProjectTimeViewController.h; sourceTree = "<group>"; };
140BBD152340550F0077E130 /* SQProjectTimeViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SQProjectTimeViewController.m; sourceTree = "<group>"; };
140BBD17234059E30077E130 /* SQProjectTimeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SQProjectTimeView.h; sourceTree = "<group>"; };
140BBD18234059E30077E130 /* SQProjectTimeView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SQProjectTimeView.m; sourceTree = "<group>"; };
140BBD1A23405A390077E130 /* SQProjectTimeView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SQProjectTimeView.xib; sourceTree = "<group>"; };
14233203233F923700D4FA3B /* SQConnectionModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SQConnectionModel.h; sourceTree = "<group>"; };
14233204233F923700D4FA3B /* SQConnectionModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SQConnectionModel.m; sourceTree = "<group>"; };
142787F1233CB4AB0000FEBB /* SQTimeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SQTimeViewController.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -144,6 +152,9 @@
149AC88B2339C146009C88AB /* SQConnectionPropertyCell.h */,
149AC88C2339C146009C88AB /* SQConnectionPropertyCell.m */,
149AC88D2339C146009C88AB /* SQConnectionPropertyCell.xib */,
140BBD17234059E30077E130 /* SQProjectTimeView.h */,
140BBD18234059E30077E130 /* SQProjectTimeView.m */,
140BBD1A23405A390077E130 /* SQProjectTimeView.xib */,
);
path = Coms;
sourceTree = "<group>";
Expand Down Expand Up @@ -189,6 +200,8 @@
children = (
142787F1233CB4AB0000FEBB /* SQTimeViewController.h */,
142787F2233CB4AB0000FEBB /* SQTimeViewController.m */,
140BBD142340550F0077E130 /* SQProjectTimeViewController.h */,
140BBD152340550F0077E130 /* SQProjectTimeViewController.m */,
142787F4233CBC1F0000FEBB /* SQEnergyViewController.h */,
142787F5233CBC1F0000FEBB /* SQEnergyViewController.m */,
14DC37CD23374DC600867A92 /* SQConnectionsViewController.h */,
Expand Down Expand Up @@ -314,6 +327,7 @@
149AC8992339F7D4009C88AB /* SQSearchInputView.xib in Resources */,
14DC37CB23374CFB00867A92 /* SQH1TitleView.xib in Resources */,
14E97DD82335014C004FC20D /* LaunchScreen.storyboard in Resources */,
140BBD1B23405A390077E130 /* SQProjectTimeView.xib in Resources */,
14E97DD52335014C004FC20D /* Assets.xcassets in Resources */,
14E97DD02335014B004FC20D /* Main.storyboard in Resources */,
149AC88A2339BEF1009C88AB /* SQProfileHeaderView.xib in Resources */,
Expand Down Expand Up @@ -354,6 +368,7 @@
buildActionMask = 2147483647;
files = (
14DC37E123374FA500867A92 /* UIView+SQExtension.m in Sources */,
140BBD162340550F0077E130 /* SQProjectTimeViewController.m in Sources */,
14E97DDB2335014C004FC20D /* main.m in Sources */,
14DC37E323374FA500867A92 /* UIColor+SQExtension.m in Sources */,
14DC37E72337509E00867A92 /* SQNavigationController.m in Sources */,
Expand All @@ -369,6 +384,7 @@
142787F6233CBC1F0000FEBB /* SQEnergyViewController.m in Sources */,
142787F3233CB4AB0000FEBB /* SQTimeViewController.m in Sources */,
149AC8882339BEE6009C88AB /* SQProfileHeaderView.m in Sources */,
140BBD19234059E30077E130 /* SQProjectTimeView.m in Sources */,
14DC37E023374FA500867A92 /* NSObject+SQExtension.m in Sources */,
1404034A233F887300D0BC12 /* SQTabbarControllerAnimatedTransitioning.m in Sources */,
14DC37CF23374DC600867A92 /* SQConnectionsViewController.m in Sources */,
Expand Down
63 changes: 54 additions & 9 deletions SQManagement/SQManagement/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand Down Expand Up @@ -31,11 +32,11 @@
</objects>
<point key="canvasLocation" x="1123.1884057971015" y="220.98214285714286"/>
</scene>
<!--Item-->
<!--人脉-->
<scene sceneID="aVS-SP-C6N">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="uRP-gN-aQg" customClass="SQNavigationController" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Item" id="RQ8-7F-Usz"/>
<tabBarItem key="tabBarItem" title="人脉" id="RQ8-7F-Usz"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="tVa-Z8-Q9g">
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
Expand Down Expand Up @@ -112,7 +113,9 @@
<outlet property="delegate" destination="v7y-8g-PbY" id="qOh-0f-HuK"/>
</connections>
</tableView>
<navigationItem key="navigationItem" id="lUA-dJ-38I"/>
<navigationItem key="navigationItem" id="lUA-dJ-38I">
<barButtonItem key="rightBarButtonItem" systemItem="add" id="aBZ-ad-ktQ"/>
</navigationItem>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="ESJ-Sq-Qn0" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
Expand All @@ -137,11 +140,11 @@
</objects>
<point key="canvasLocation" x="-728" y="-453"/>
</scene>
<!--Item-->
<!--精力-->
<scene sceneID="M4l-7K-M1h">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="xFr-vW-13h" customClass="SQNavigationController" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Item" id="pqD-2Z-Kay"/>
<tabBarItem key="tabBarItem" title="精力" id="pqD-2Z-Kay"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="LFH-0g-Ao2">
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
Expand All @@ -163,23 +166,28 @@
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="W2g-NK-v9Z">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<connections>
<outlet property="dataSource" destination="re7-3g-Afi" id="CNk-VW-air"/>
<outlet property="delegate" destination="re7-3g-Afi" id="VIZ-Y7-QfW"/>
</connections>
</tableView>
<navigationItem key="navigationItem" id="VsG-H7-AMn"/>
<navigationItem key="navigationItem" id="VsG-H7-AMn">
<barButtonItem key="rightBarButtonItem" systemItem="add" id="x1e-wd-dvg">
<connections>
<segue destination="fhq-xq-wex" kind="showDetail" id="ySr-ap-iS6"/>
</connections>
</barButtonItem>
</navigationItem>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="4JW-42-1aS" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1122" y="-1132"/>
</scene>
<!--Item-->
<!--时间-->
<scene sceneID="pLa-TX-CoX">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="PlH-0R-Wjq" customClass="SQNavigationController" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Item" id="12t-an-Qc2"/>
<tabBarItem key="tabBarItem" title="时间" id="12t-an-Qc2"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="EGv-XJ-P8n">
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
Expand All @@ -194,5 +202,42 @@
</objects>
<point key="canvasLocation" x="213" y="-1132"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="675-tC-Ad4">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="fhq-xq-wex" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="ElU-oG-zhk">
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="UBK-s3-7bQ" kind="relationship" relationship="rootViewController" id="pyY-dY-Y4W"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="5zQ-Ls-Fbr" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2053.6231884057975" y="-1132.3660714285713"/>
</scene>
<!--Project Time View Controller-->
<scene sceneID="bfH-z7-Xcl">
<objects>
<viewController id="UBK-s3-7bQ" customClass="SQProjectTimeViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="z9s-qE-ToN" customClass="SQProjectTimeView">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="eGq-if-VdV"/>
</view>
<navigationItem key="navigationItem" id="zwH-UF-93d">
<barButtonItem key="leftBarButtonItem" title="取消" id="kRb-s0-jvD"/>
<barButtonItem key="rightBarButtonItem" title="完成" id="zeL-gX-vUC"/>
</navigationItem>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="xwQ-iV-Vvw" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2960.8695652173915" y="-1132.3660714285713"/>
</scene>
</scenes>
</document>
17 changes: 17 additions & 0 deletions SQManagement/SQManagement/Coms/SQProjectTimeView.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// SQProjectTimeView.h
// SQManagement
//
// Created by 朱双泉 on 2019/9/29.
// Copyright © 2019 Castie!. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface SQProjectTimeView : UIView

@end

NS_ASSUME_NONNULL_END
21 changes: 21 additions & 0 deletions SQManagement/SQManagement/Coms/SQProjectTimeView.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// SQProjectTimeView.m
// SQManagement
//
// Created by 朱双泉 on 2019/9/29.
// Copyright © 2019 Castie!. All rights reserved.
//

#import "SQProjectTimeView.h"

@implementation SQProjectTimeView

/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
}
*/

@end
21 changes: 21 additions & 0 deletions SQManagement/SQManagement/Coms/SQProjectTimeView.xib
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB" customClass="SQProjectTimeView">
<rect key="frame" x="0.0" y="0.0" width="414" height="861"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<point key="canvasLocation" x="137.68115942028987" y="164.39732142857142"/>
</view>
</objects>
</document>
3 changes: 1 addition & 2 deletions SQManagement/SQManagement/Coms/SQSearchInputView.xib
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Expand All @@ -14,7 +13,7 @@
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField autoresizesSubviews="NO" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="职业 / 地区 / 行业" textAlignment="natural" clearsOnBeginEditing="YES" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="8dJ-T3-HJU">
<textField autoresizesSubviews="NO" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" clearsOnBeginEditing="YES" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="8dJ-T3-HJU">
<rect key="frame" x="15" y="1" width="384" height="32"/>
<color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.93725490196078431" alpha="0.70473030821917804" colorSpace="calibratedRGB"/>
<constraints>
Expand Down
34 changes: 34 additions & 0 deletions SQManagement/SQManagement/UI/SQEnergyViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//

#import "SQEnergyViewController.h"
#import "SQH1TitleView.h"
#import "SQSearchInputView.h"

@interface SQEnergyViewController ()

Expand All @@ -19,4 +21,36 @@ - (void)viewDidLoad {
self.title = @"精力";
}

- (BOOL)isShowNavigationShadowImage {
return NO;
}

- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
return 2;
}

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
if (section == 0) return 0;
else return 20;
}

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
UITableViewCell *cell= [tableView dequeueReusableCellWithIdentifier:@"cell"];
if (!cell) {
cell = [[UITableViewCell alloc] initWithStyle:(UITableViewCellStyleDefault) reuseIdentifier:@"cell"];
}
cell.textLabel.text = [NSString stringWithFormat:@"%li", indexPath.row];
return cell;
}

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
if (section == 0) return [SQH1TitleView viewWithTitle:self.title];
else return [SQSearchInputView inputView];
}

- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section {
if (section == 0) return 64;
return 44;
}

@end
17 changes: 17 additions & 0 deletions SQManagement/SQManagement/UI/SQProjectTimeViewController.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// SQProjectTimeViewController.h
// SQManagement
//
// Created by 朱双泉 on 2019/9/29.
// Copyright © 2019 Castie!. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface SQProjectTimeViewController : UIViewController

@end

NS_ASSUME_NONNULL_END
32 changes: 32 additions & 0 deletions SQManagement/SQManagement/UI/SQProjectTimeViewController.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
//
// SQProjectTimeViewController.m
// SQManagement
//
// Created by 朱双泉 on 2019/9/29.
// Copyright © 2019 Castie!. All rights reserved.
//

#import "SQProjectTimeViewController.h"

@interface SQProjectTimeViewController ()

@end

@implementation SQProjectTimeViewController

- (void)viewDidLoad {
[super viewDidLoad];
self.title = @"新增项目";
}

/*
#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
Loading

0 comments on commit 2cf9bdf

Please sign in to comment.