暂无描述

UserInfoRemoteAPI.swift 249B

    // // UserInfoRemoteAPI.swift // PaiaiDataKit // // Created by FFIB on 2018/12/25. // Copyright © 2018 FFIB. All rights reserved. // import Foundation import RxSwift public protocol UserInfoRemoteAPI { func login() -> Single<UserInfo> }