Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加Dw类 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions PullStram.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
71B3FF051F7386C20042F266 /* PullStramTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71B3FF041F7386C20042F266 /* PullStramTests.swift */; };
71B3FF101F7386C20042F266 /* PullStramUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71B3FF0F1F7386C20042F266 /* PullStramUITests.swift */; };
71B3FF1E1F7389580042F266 /* DWWaterFallFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71B3FF1D1F7389580042F266 /* DWWaterFallFlowLayout.swift */; };
71B3FF221F739D270042F266 /* Dwang.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71B3FF211F739D270042F266 /* Dwang.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -49,6 +50,7 @@
71B3FF0F1F7386C20042F266 /* PullStramUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PullStramUITests.swift; sourceTree = "<group>"; };
71B3FF111F7386C20042F266 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
71B3FF1D1F7389580042F266 /* DWWaterFallFlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DWWaterFallFlowLayout.swift; sourceTree = "<group>"; };
71B3FF211F739D270042F266 /* Dwang.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Dwang.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -106,6 +108,7 @@
71B3FEF81F7386C20042F266 /* LaunchScreen.storyboard */,
71B3FEFB1F7386C20042F266 /* Info.plist */,
71B3FF1D1F7389580042F266 /* DWWaterFallFlowLayout.swift */,
71B3FF211F739D270042F266 /* Dwang.swift */,
);
path = PullStram;
sourceTree = "<group>";
Expand Down Expand Up @@ -268,6 +271,7 @@
71B3FF1E1F7389580042F266 /* DWWaterFallFlowLayout.swift in Sources */,
71B3FEF21F7386C20042F266 /* ViewController.swift in Sources */,
71B3FEF01F7386C20042F266 /* AppDelegate.swift in Sources */,
71B3FF221F739D270042F266 /* Dwang.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -520,6 +524,7 @@
71B3FF161F7386C20042F266 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
71B3FF171F7386C20042F266 /* Build configuration list for PBXNativeTarget "PullStramTests" */ = {
isa = XCConfigurationList;
Expand All @@ -528,6 +533,7 @@
71B3FF191F7386C20042F266 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
71B3FF1A1F7386C20042F266 /* Build configuration list for PBXNativeTarget "PullStramUITests" */ = {
isa = XCConfigurationList;
Expand All @@ -536,6 +542,7 @@
71B3FF1C1F7386C20042F266 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Binary file not shown.
13 changes: 13 additions & 0 deletions PullStram/Dwang.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// Dwang.swift
// PullStram
//
// Created by DaWang on 2017/9/21.
// Copyright © 2017年 Anderson. All rights reserved.
//

import UIKit

class Dwang: NSObject {

}