You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
516 B
19 lines
516 B
//
|
|
// DependencyInjection.h
|
|
// DependencyInjection
|
|
//
|
|
// Created by Emre on 27/12/2023.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for DependencyInjection.
|
|
FOUNDATION_EXPORT double DependencyInjectionVersionNumber;
|
|
|
|
//! Project version string for DependencyInjection.
|
|
FOUNDATION_EXPORT const unsigned char DependencyInjectionVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <DependencyInjection/PublicHeader.h>
|
|
|
|
|