Sha256: 396ef802efa24996d69790d42829bd4615b4e8c890db8393f07707c7839ff015
Contents?: true
Size: 396 Bytes
Versions: 38
Compression:
Stored size: 396 Bytes
Contents
/* * RhoNativeViewManagerWM.h * rhorunner * * Created by Dmitry Soldatenkov on 10/08/2010. * Copyright 2010 Rhomobile. All rights reserved. * */ #ifndef _RHO_NATIVE_VIEW_MANAGER_WM_ #define _RHO_NATIVE_VIEW_MANAGER_WM_ #include "common/RhoNativeViewManager.h" class RhoNativeViewManagerWM { public: static NativeViewFactory* getFactoryByViewType(const char* viewtype); }; #endif
Version data entries
38 entries across 38 versions & 1 rubygems