diff --git a/InDeterminate/InDeterminateAnimation.swift b/InDeterminate/InDeterminateAnimation.swift new file mode 100644 index 0000000..6465740 --- /dev/null +++ b/InDeterminate/InDeterminateAnimation.swift @@ -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 { + +} \ No newline at end of file