OtherSetting.h 485 Bytes
#ifndef __PoolSdk__OtherSetting__
#define __PoolSdk__OtherSetting__


/**
 应用支持的方向
 */
typedef NS_ENUM(NSUInteger, ESDKOrientation) {
    ESDKOrientationPortrait = 1,//竖
    ESDKOrientationLandscape,//横
    ESDKOrientationNone//自动旋转
};

/**
 应用支持的方向
 */
typedef NS_ENUM(NSUInteger, REPORT_TYPE) {
    REPORT_TYPE_OPEN = 1,//竖
    REPORT_TYPE_ENTER,//横
    REPORT_TYPE_DEFINE//自动旋转
};

#endif /* defined(__PoolSdk__OtherSetting__) */