class <%= name.camelize %> < UIView

def init
  super

  self
end

end