ソースを参照

Adding MARK labels

Mattt Thompson 11 年 前
コミット
5f1df4b334
1 ファイル変更2 行追加2 行削除
  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 }