class Redbreast::TemplateGenerator::SwiftUI

Class for creating SwiftUI templates

Public Instance Methods

template() click to toggle source
# File lib/redbreast/template_generators/swiftui_template_generator.rb, line 6
def template
  raise NotImplementedError, 'Abstract Method'
end