Declaration

var secondButtonTitle: String! { get set }

Declaration

@property (nonatomic, strong) NSString * secondButtonTitle;

Declaration

secondButtonTitle() -> str
setSecondButtonTitle_(secondButtonTitle: str)