blob: cf1c43895e22ec1e9ac701ebbf46dc2018cad6a5 [file] [log] [blame]
kkostiuk74d1ae42021-06-17 11:10:15 -04001//
2// PrefixHeader.pch
3// Ring
4//
5// Created by kateryna on 2021-09-18.
6// Copyright © 2021 Savoir-faire Linux. All rights reserved.
7//
8
9#ifndef NotificationPrefixHeader_pch
10#define NotificationPrefixHeader_pch
11
12// Include any system framework and library headers here that should be included in all compilation units.
13// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
14
15#define UNNotificationServiceExtension NSObject
16
17#endif /* NotificationPrefixHeader_pch */