14 lines
289 B
Objective-C
Executable File
14 lines
289 B
Objective-C
Executable File
//
|
|
// DGActivityIndicatorBallSpinFadeLoader.h
|
|
// CheeseDigest
|
|
//
|
|
// Created by Robin.Chao on 9/8/15.
|
|
// Copyright (c) 2015 mRocker. All rights reserved.
|
|
//
|
|
|
|
#import "DGActivityIndicatorAnimation.h"
|
|
|
|
@interface DGActivityIndicatorBallSpinFadeLoader : DGActivityIndicatorAnimation
|
|
|
|
@end
|