Explorar el Código

Adding MARK labels

Mattt Thompson hace 11 años
padre
commit
5f1df4b334
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Source/Alamofire.swift

+ 2 - 2
Source/Alamofire.swift

@@ -119,7 +119,7 @@ public enum ParameterEncoding {
     }
 }
 
-// MARK: -
+// MARK: - URLStringConvertible
 
 public protocol URLStringConvertible {
     var URLString: String { get }
@@ -149,7 +149,7 @@ extension NSURLRequest: URLStringConvertible {
     }
 }
 
-// MARK: -
+// MARK: - URLRequestConvertible
 
 public protocol URLRequestConvertible {
     var URLRequest: NSURLRequest { get }