Skip to content

Instantly share code, notes, and snippets.

View LinnierGames's full-sized avatar
🌐
Onward to bigger things!

Erick Sanchez LinnierGames

🌐
Onward to bigger things!
View GitHub Profile
protocol SchoolServiceDelegate: AnyObject {
func schoolServiceDidFinishFetching(_ service: SchoolService)
}
class SchoolService {
weak var delegate: SchoolServiceDelegate?
private(set) var nycHSList: [NYCHighSchool] = []
func fetchHighschoolStuff() {
@LinnierGames
LinnierGames / Cartfile
Created January 10, 2018 16:00
Great Dependencies
github "luximetr/AnyFormatKit" ~> 0.1.1