ZFFramework
 
Loading...
Searching...
No Matches
ZFMainEntry_sys_iOS.h
1#ifndef _ZFI_ZFMainEntry_sys_iOS_h_
2#define _ZFI_ZFMainEntry_sys_iOS_h_
3
4#include "ZFCore.h"
5#include "ZFImpl_sys_iOS_ZF_impl.h"
6
7/*
8 * main entry steps:
9 * -# ensure your UIApplication.keyWindow has been setup properly
10 * during application:didFinishLaunchingWithOptions:
11 */
12#if ZF_ENV_sys_iOS
13
14#import <UIKit/UIKit.h>
15
17
18// ============================================================
19extern ZFLIB_ZF_impl UIApplication *ZFImpl_sys_iOS_application(void);
20extern ZFLIB_ZF_impl UIWindow *ZFImpl_sys_iOS_rootWindow(void);
21
23
24#endif // #if ZF_ENV_sys_iOS
25#endif // #ifndef _ZFI_ZFMainEntry_sys_iOS_h_
26
header file for ZFCore module
#define ZFLIB_ZF_impl
used to export symbols
Definition ZFImpl_ZF_impl.h:15
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98