blob: 09e374eedf1cc6809e6afd75805f53de19f8a1b2 (
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 <user/SystemCalls.h>
#include <CoreFoundation.fwrk/headers/Foundation.h>
#endif // APPS_COMMON_H
|