blob: 8e434043830ab714f71bf5439f093ebb57d02d76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/**
Sat Oct 26 07:03:28 AM CEST 2024
(c) Amlal El Mahrouss.
*/
#ifndef APPS_COMMON_H
#define APPS_COMMON_H
#include <CoreFoundation.fwrk/headers/Foundation.h>
#include <libSystem/SystemKit/System.h>
#endif // APPS_COMMON_H
|