Files
real-e-party-iOS/YuMi/Global/BuglyManagerExample.h
2025-10-17 14:52:29 +08:00

30 lines
407 B
Objective-C

// Created by BuglyManager Example
// Copyright © 2024 YuMi. All rights reserved.
#import <Foundation/Foundation.h>
#import "BuglyManager.h"
NS_ASSUME_NONNULL_BEGIN
@interface BuglyManagerExample : NSObject <BuglyManagerDelegate>
- (void)setupBuglyDelegate;
- (void)reportBusinessErrorExample;
- (void)reportNetworkErrorExample;
- (void)reportIAPErrorExample;
@end
NS_ASSUME_NONNULL_END