Skip to content

Commit

Permalink
docs: add import LightningDevKit to setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Oct 24, 2023
1 parent 2abea22 commit 636b9f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ First, define an inheriting class called `MyFeeEstimator`:
// MyFeeEstimator.swift

import Foundation
import LightningDevKit

class MyFeeEstimator: FeeEstimator {

Expand Down Expand Up @@ -57,6 +58,7 @@ Define the inheriting class:
// MyLogger.swift

import Foundation
import LightningDevKit

class MyLogger: Logger {

Expand All @@ -83,6 +85,7 @@ Define the subclass:
// MyBroadcasterInterface.swift

import Foundation
import LightningDevKit

class MyBroadcasterInterface: BroadcasterInterface {

Expand Down Expand Up @@ -110,6 +113,7 @@ Define the subclass:
// MyPersister.swift

import Foundation
import LightningDevKit

class MyPersister: Persist {

Expand Down Expand Up @@ -150,6 +154,7 @@ Define the subclass:
// MyFilter.swift

import Foundation
import LightningDevKit

class MyFilter: Filter {

Expand Down

0 comments on commit 636b9f3

Please sign in to comment.