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