Declaration

var body: String { get set }

Declaration

@property (nonatomic, copy) NSString * body;

Declaration

body() -> str
setBody_(body: str)