摘要: struct Blog { static let BaseURL = NSURL(string: "http://192.168.1.103/blog")! } extension Blog { struct Events { static let Path = "events" } } extension Blog.Events { st... 阅读全文
posted @ 2016-10-03 21:09 lianhuaren 阅读(95) 评论(0) 推荐(0) 编辑