api-generator-templates/Swift/blocks
Vladimir Shefer 321e4021be Format response type in Swift
Now not only the class name could be the response type, but also array type. So `-> Single<A[]>` should be formated as -> Single<[A]>
2020-07-16 15:39:23 +03:00
..
class Add public visibility for swift module 2019-10-17 15:19:04 +03:00
enum use Swift 4.2 CaseIterable. escape "operator" keyword 2018-11-30 20:00:50 +03:00
method Format response type in Swift 2020-07-16 15:39:23 +03:00