public static FAButton FAButton(this FA fa, UIColor color, float size) { var button = new FAButton(fa, color, size); return(button); }
public static FAButton FAButton(this FA fa, UIColor color, float size) { var button = new FAButton (fa, color, size); return button; }