Sha256: 090bdc2d717d148fdcd8710c18073785df1aabc3edcd670b7df276017558f7dd
Contents?: true
Size: 336 Bytes
Versions: 24
Compression:
Stored size: 336 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __REFLEX_SRC_IOS_APPLICATION_H__ #define __REFLEX_SRC_IOS_APPLICATION_H__ #include "reflex/application.h" @class ReflexAppDelegate; namespace Reflex { struct Application::Data { ReflexAppDelegate* delegate; String name; Data (); };// Application::Data }// Reflex #endif//EOH
Version data entries
24 entries across 24 versions & 1 rubygems