-
Notifications
You must be signed in to change notification settings - Fork 8
/
DW.iOSapi.UserNotifications.hpp
46 lines (40 loc) · 1.57 KB
/
DW.iOSapi.UserNotifications.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// CodeGear C++Builder
// Copyright (c) 1995, 2017 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'DW.iOSapi.UserNotifications.pas' rev: 32.00 (Android)
#ifndef Dw_Iosapi_UsernotificationsHPP
#define Dw_Iosapi_UsernotificationsHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member
#pragma pack(push,8)
#include <System.hpp>
#include <SysInit.hpp>
//-- user supplied -----------------------------------------------------------
namespace Dw
{
namespace Iosapi
{
namespace Usernotifications
{
//-- forward type declarations -----------------------------------------------
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
} /* namespace Usernotifications */
} /* namespace Iosapi */
} /* namespace Dw */
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_DW_IOSAPI_USERNOTIFICATIONS)
using namespace Dw::Iosapi::Usernotifications;
#endif
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_DW_IOSAPI)
using namespace Dw::Iosapi;
#endif
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_DW)
using namespace Dw;
#endif
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Dw_Iosapi_UsernotificationsHPP