Juanpe / Swift-VIPER-Module

Xcode template for VIPER Architecture written in Swift 4
542 stars 113 forks source link

About Xocde9 #14

Closed xijiangyueal closed 6 years ago

xijiangyueal commented 6 years ago

In Xcode8 ModuleAProtocols.swift file will creat code “protocol ModuleAWireframeProtocol: class { }” but in Xcode9 it will be “protocol ModuleAProtocolsWireframeProtocol: class { }” How do you modify this?

xijiangyueal commented 6 years ago

That has been solved.