标签:
原文地址链接:http://blog.csdn.net/duanyipeng/article/details/32338575
Apple官方文档:The Swift Programming Language
Protocols and Extensions一节的小节练习,要求自行定义一个enumeration枚举类型,并且遵循ExampleProtocol协议:
// 枚举继承协议
标签:
原文地址:http://www.cnblogs.com/lianfu/p/5018003.html