//
|
// EBAppLogDelegateProtocol.h
|
// Pods
|
//
|
// Created by 朱元清 on 2020/8/11.
|
//
|
#import <Foundation/Foundation.h>
|
|
#ifndef EBAppLogDelegateProtocol_h
|
#define EBAppLogDelegateProtocol_h
|
|
@protocol EBAppLogDelegateProtocol <NSObject>
|
|
- (NSArray *)appRequestFieldsAllowed;
|
|
@end
|
|
#endif /* EBAppLogDelegateProtocol_h */
|