mirror of
https://github.com/exyte/ActivityIndicatorView.git
synced 2026-04-07 19:17:39 +00:00
d8c3463e70
Add framework and example Update .gitignore Update LICENSE Update LICENSE Update Package.swift Update README.md Rename again Update readme Update readme
20 lines
592 B
Objective-C
20 lines
592 B
Objective-C
//
|
|
// ActivityIndicatorView.h
|
|
// ActivityIndicatorView
|
|
//
|
|
// Created by Alisa Mylnikova on 20/03/2020.
|
|
// Copyright © 2020 Exyte. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for ActivityIndicatorView.
|
|
FOUNDATION_EXPORT double ActivityIndicatorViewVersionNumber;
|
|
|
|
//! Project version string for ActivityIndicatorView.
|
|
FOUNDATION_EXPORT const unsigned char ActivityIndicatorViewVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <ActivitiyIndicatorView/PublicHeader.h>
|
|
|
|
|