Commit e43b34965e2795b199bca561536b6f94bb2f305a

Authored by niudaojian
1 parent 36627d6f

添加 YYCategories

... ... @@ -7,7 +7,8 @@ target 'metaCode' do
7 7  
8 8 pod 'Alamofire'
9 9 pod 'Moya'
10   -
  10 + pod 'YYCategories'
  11 +
11 12 # Pods for metaCode
12 13  
13 14 target 'metaCodeTests' do
... ...
metaCode/Classes/Other/AppDelegate.swift
... ... @@ -10,7 +10,7 @@ import UIKit
10 10 @main
11 11 class AppDelegate: UIResponder, UIApplicationDelegate {
12 12 var window: UIWindow?
13   -
  13 +
14 14  
15 15 func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
16 16  
... ...