소스 검색

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 }