Tutorials.tutorial 366 B

1234567891011121314
  1. @Tutorials(name: "Kingfisher Tutorials") {
  2. @Intro(title: "Kingfisher Tutorials") {
  3. @Image(source: "", alt: "")
  4. }
  5. @Chapter(name: "Getting Started with Kingfisher") {
  6. @Image(source: <#file#>, alt: "<#accessible description#>")
  7. @TutorialReference(tutorial: "doc:GettingStartedUIKit")
  8. }
  9. }