//
//  PAGAdPublicDefine.h
//  Pods
//
//  Created by bytedance on 2022/5/16.
//

#ifndef PAGAdPublicDefine_h
#define PAGAdPublicDefine_h

FOUNDATION_EXPORT NSString * const PAGAdSDKErrorDomain;

typedef NS_ENUM(NSUInteger, PAGAdErrorCode) {
    PAGAdErrorCodeSlotIdNil = 1,
    PAGAdErrorCodeRequestNil = 2,
};

#endif /* PAGAdPublicDefine_h */
