Skip to content

Instantly share code, notes, and snippets.

@davbeck
Created October 14, 2016 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davbeck/306eeb52f25a5ae58e134167b3c63188 to your computer and use it in GitHub Desktop.
Save davbeck/306eeb52f25a5ae58e134167b3c63188 to your computer and use it in GitHub Desktop.
class TimelineManager<T> {
weak var delegate: TimelineManagerDelegate?
}
protocol TimelineManagerDelegate: class {
func timelineDidLoad<T>(timeline: TimelineManager<T>)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment