Skip to content

Commit

Permalink
open
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanshuainiuniu authored Apr 14, 2021
1 parent b9542e9 commit 3abe412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MSRouter/Classes/MSRouter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,13 @@ struct ZRouterObject {
}

extension NSObject:MSRouterProtocol{
public func ms_handleRouter(_ request: MSRouterRequest) -> MSRouterResponse? {
open func ms_handleRouter(_ request: MSRouterRequest) -> MSRouterResponse? {
let response = MSRouterResponse()
response.object = self
return response
}

public var ms_routerRequest:MSRouterRequest?{
open var ms_routerRequest:MSRouterRequest?{
get{
return objc_getAssociatedObject(self, AssociateKeys.ms_routerKey) as? MSRouterRequest
}
Expand Down

0 comments on commit 3abe412

Please sign in to comment.