Files
WWDC/ConfCore/ScheduleResponse.swift
Guilherme Rambo 50d0c5d81e Updated for 2017
2017-05-30 17:20:27 -03:00

20 lines
384 B
Swift

//
// ScheduleResponse.swift
// WWDC
//
// Created by Guilherme Rambo on 21/02/17.
// Copyright © 2017 Guilherme Rambo. All rights reserved.
//
import Foundation
public struct ContentsResponse {
public let events: [Event]
public let rooms: [Room]
public let tracks: [Track]
public let instances: [SessionInstance]
public let sessions: [Session]
}