Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
caonongyun authored and caonongyun committed Mar 19, 2017
1 parent 1c55e44 commit 2c7e361
Show file tree
Hide file tree
Showing 151 changed files with 1,891 additions and 1,717 deletions.
Binary file modified .DS_Store
Binary file not shown.
2,474 changes: 1,249 additions & 1,225 deletions zhuishushenqi.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file modified zhuishushenqi/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions zhuishushenqi/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// AppDelegate.swift
// zhuishushenqi
//
// Created by caonongyun on 16/9/16.
// Copyright © 2016年 CNY. All rights reserved.
// Created by Nory Chao on 16/9/16.
// Copyright © 2016年 QS. All rights reserved.
//

import UIKit
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
"orientation" : "portrait",
"scale" : "3x"
},
{
"extent" : "full-screen",
"idiom" : "iphone",
"subtype" : "736h",
"filename" : "Brand [email protected]",
"minimum-system-version" : "8.0",
"orientation" : "landscape",
"scale" : "3x"
},
{
"extent" : "full-screen",
"idiom" : "iphone",
Expand Down Expand Up @@ -52,94 +43,13 @@
"minimum-system-version" : "7.0",
"scale" : "1x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "1x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"filename" : "Brand Assets-700-Portrait@2x~ipad.png",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"scale" : "1x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"subtype" : "retina4",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"extent" : "to-status-bar",
"scale" : "1x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"extent" : "full-screen",
"scale" : "1x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "to-status-bar",
"scale" : "1x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"scale" : "1x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"extent" : "to-status-bar",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"extent" : "full-screen",
"scale" : "2x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "to-status-bar",
"scale" : "2x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"scale" : "2x"
}
],
"info" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "[email protected]",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
{
"idiom" : "universal",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "[email protected]",
"subtype" : "retina4",
"scale" : "2x"
}
],
"info" : {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
{
"idiom" : "universal",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "[email protected]",
"subtype" : "retina4",
"scale" : "2x"
}
],
"info" : {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "[email protected]",
"subtype" : "736h",
"scale" : "3x"
}

],
"info" : {
"version" : 1,
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "[email protected]",
"subtype" : "667h",
"scale" : "2x"
}

],
"info" : {
"version" : 1,
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
{
"idiom" : "universal",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "[email protected]",
"subtype" : "retina4",
"scale" : "2x"
}
],
"info" : {
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions zhuishushenqi/Base/Controllers/BaseViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// BaseViewController.swift
// zhuishushenqi
//
// Created by caonongyun on 16/9/20.
// Copyright © 2016年 CNY. All rights reserved.
// Created by Nory Chao on 16/9/20.
// Copyright © 2016年 QS. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions zhuishushenqi/Base/Controllers/SideViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// SideViewController.swift
// zhuishushenqi
//
// Created by caonongyun on 16/9/30.
// Copyright © 2016年 CNY. All rights reserved.
// Created by Nory Chao on 16/9/30.
// Copyright © 2016年 QS. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Base/Models/XYCBaseModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// O2O_Clients
//
// Created by chaozhi on 16/3/9.
// Copyright © 2016年 CNY. All rights reserved.
// Copyright © 2016年 QS. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Base/Models/XYCBaseModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// O2O_Clients
//
// Created by chaozhi on 16/3/9.
// Copyright © 2016年 CNY. All rights reserved.
// Copyright © 2016年 QS. All rights reserved.
//

#import "XYCBaseModel.h"
Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Base/Views/CommunityView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// CommunityView.swift
// zhuishushenqi
//
// Created by caonongyun on 16/10/22.
// Created by Nory Chao on 16/10/22.
// Copyright © 2016年 XYC. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Base/Views/DarkStarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DarkStarView.swift
// zhuishushenqi
//
// Created by caonongyun on 2017/3/9.
// Created by Nory Chao on 2017/3/9.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Base/Views/DarkView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DarkView.swift
// zhuishushenqi
//
// Created by caonongyun on 2017/3/9.
// Created by Nory Chao on 2017/3/9.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Base/Views/DynamicCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DynamicCell.swift
// zhuishushenqi
//
// Created by caonongyun on 16/10/22.
// Created by Nory Chao on 16/10/22.
// Copyright © 2016年 XYC. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Base/Views/EmptyView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// EmptyView.swift
// zhuishushenqi
//
// Created by caonongyun on 2017/3/17.
// Created by Nory Chao on 2017/3/17.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Base/Views/LightStarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// LightStarView.swift
// zhuishushenqi
//
// Created by caonongyun on 2017/3/9.
// Created by Nory Chao on 2017/3/9.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Base/Views/LightView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// LightView.swift
// zhuishushenqi
//
// Created by caonongyun on 2017/3/9.
// Created by Nory Chao on 2017/3/9.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Base/Views/RateView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RateView.swift
// zhuishushenqi
//
// Created by caonongyun on 2017/3/14.
// Created by Nory Chao on 2017/3/14.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
4 changes: 2 additions & 2 deletions zhuishushenqi/Base/Views/XYCActionSheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// XYCActionSheet.swift
// zhuishushenqi
//
// Created by caonongyun on 16/10/6.
// Copyright © 2016年 CNY. All rights reserved.
// Created by Nory Chao on 16/10/6.
// Copyright © 2016年 QS. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions zhuishushenqi/Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Config.swift
// zhuishushenqi
//
// Created by caonongyun on 16/9/17.
// Copyright © 2016年 CNY. All rights reserved.
// Created by Nory Chao on 16/9/17.
// Copyright © 2016年 QS. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Extension/Date+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Date+Extension.swift
// zhuishushenqi
//
// Created by caonongyun on 2017/3/15.
// Created by Nory Chao on 2017/3/15.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DateIntervalFormatter+formatter.swift
// zhuishushenqi
//
// Created by caonongyun on 2017/3/15.
// Created by Nory Chao on 2017/3/15.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Extension/NSDate+Date.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSDate+Date.h
// zhuishushenqi
//
// Created by caonongyun on 2017/3/14.
// Created by Nory Chao on 2017/3/14.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Extension/NSDate+Date.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSDate+Date.m
// zhuishushenqi
//
// Created by caonongyun on 2017/3/14.
// Created by Nory Chao on 2017/3/14.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Extension/String+crypto.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// String+crypto.swift
// zhuishushenqi
//
// Created by caonongyun on 2017/3/6.
// Created by Nory Chao on 2017/3/6.
// Copyright © 2017年 XYC. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion zhuishushenqi/Extension/UIImageView+zhuishu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// UIImageView+zhuishu.swift
// zhuishushenqi
//
// Created by caonongyun on 2017/3/16.
// Created by Nory Chao on 2017/3/16.
// Copyright © 2017年 QS. All rights reserved.
//

Expand Down
Loading

0 comments on commit 2c7e361

Please sign in to comment.