Initial commit
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// MMLinearProgressView.h
|
||||
// MMProgressHUD
|
||||
//
|
||||
// Created by Jonas Gessner on 04.08.13.
|
||||
// Copyright (c) 2012 Jonas Gessner. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "MMProgressView-Protocol.h"
|
||||
|
||||
@interface MMLinearProgressView : UIView <MMProgressView>
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user