14 lines
322 B
Objective-C
Executable File
14 lines
322 B
Objective-C
Executable File
//
|
|
// DGActivityIndicatorBallClipRotateAnimation.h
|
|
// DGActivityIndicatorExample
|
|
//
|
|
// Created by Nguyen Vinh on 7/19/15.
|
|
// Copyright (c) 2015 Danil Gontovnik. All rights reserved.
|
|
//
|
|
|
|
#import "DGActivityIndicatorAnimation.h"
|
|
|
|
@interface DGActivityIndicatorBallClipRotateAnimation: DGActivityIndicatorAnimation
|
|
|
|
@end
|