Skip to content
Snippets Groups Projects
Commit b659da63 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Reorganize util methods

parent 43176912
Branches
No related tags found
No related merge requests found
...@@ -92,6 +92,17 @@ ...@@ -92,6 +92,17 @@
path = Network; path = Network;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
F623A6822635B78500F50371 /* Utils */ = {
isa = PBXGroup;
children = (
F623A6532635B32900F50371 /* Collections */,
F68C2D402616482000042967 /* Date */,
F6A251B8260B696200132DEC /* Numbers */,
F62B93A5261A491100D7F8E6 /* String */,
);
path = Utils;
sourceTree = "<group>";
};
F62B93A5261A491100D7F8E6 /* String */ = { F62B93A5261A491100D7F8E6 /* String */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
...@@ -133,10 +144,7 @@ ...@@ -133,10 +144,7 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
F623A65C2635B36900F50371 /* Network */, F623A65C2635B36900F50371 /* Network */,
F623A6532635B32900F50371 /* Collections */, F623A6822635B78500F50371 /* Utils */,
F62B93A5261A491100D7F8E6 /* String */,
F68C2D402616482000042967 /* Date */,
F6A251B8260B696200132DEC /* Numbers */,
F6A25199260B66FF00132DEC /* AppleLibs.h */, F6A25199260B66FF00132DEC /* AppleLibs.h */,
F6A2519A260B66FF00132DEC /* Info.plist */, F6A2519A260B66FF00132DEC /* Info.plist */,
); );
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
import Foundation import Foundation
public extension DateFormatter public extension DateFormatter
{ {
static let iso8601Full: DateFormatter = { static let iso8601Full: DateFormatter = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment