Declaration

var imagePath: String! { get set }

Declaration

@property (nonatomic, strong) NSString * imagePath;

Declaration

imagePath() -> str
setImagePath_(imagePath: str)