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