Files
GitHawk/Classes/Models/Repository.swift
Ryan Nystrom faca5497a8 New Inbox design (#1870)
* New Inbox design

* rename ident to number

* use ax animation

* building with old notifications removed

* remove "2" suffix

* use latest IGLK+Swift

* apply IGLK perf fixes

* fix build

* Update with IGLK binding bug fix
2018-06-17 14:47:59 -04:00

15 lines
224 B
Swift

//
// Repository.swift
// Freetime
//
// Created by Ryan Nystrom on 6/9/18.
// Copyright © 2018 Ryan Nystrom. All rights reserved.
//
import Foundation
struct Repository {
var owner: String
var name: String
}