ifish/Ifish/MMProgressHUD/MMRadialProgressView.h

15 lines
280 B
Objective-C
Executable File

//
// MMRadialProgress.h
// MMProgressHUDDemo
//
// Created by Lars Anderson on 5/14/12.
// Copyright (c) 2012 Mutual Mobile. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MMProgressView-Protocol.h"
@interface MMRadialProgressView : UIView <MMProgressView>
@end