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