Skip to content

Instantly share code, notes, and snippets.

@ShoMasegi
Created November 18, 2018 18:26
Show Gist options
  • Save ShoMasegi/eca5b65acb4d3fbb4c699786a5ca41d1 to your computer and use it in GitHub Desktop.
Save ShoMasegi/eca5b65acb4d3fbb4c699786a5ca41d1 to your computer and use it in GitHub Desktop.
import Foundation
import SwiftyXMLParsable
protocol XMLParsable {
init(accessor: XML.Accessor)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment