Indeterminate

This commit is contained in:
Kaunteya Suryawanshi
2015-07-09 17:29:29 +05:30
parent e4fdbd783a
commit d8569feae2
@@ -0,0 +1,17 @@
//
// InDeterminateAnimation.swift
// ProgressKit
//
// Created by Kauntey Suryawanshi on 09/07/15.
// Copyright (c) 2015 Kauntey Suryawanshi. All rights reserved.
//
import Foundation
protocol InDeterminable {
}
class InDeterminateAnimation: InDeterminable {
}