mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
15 lines
208 B
Swift
15 lines
208 B
Swift
//
|
|
// Repository.swift
|
|
// SwiftGit2
|
|
//
|
|
// Created by Matt Diephouse on 11/7/14.
|
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
/// A git repository.
|
|
class Repository {
|
|
|
|
}
|