MPaaSInterface+zhihuihuanglong.m 449 Bytes
//
//  MPaaSInterface+zhihuihuanglong.m
//  zhihuihuanglong
//
//  Created by Javen on 2018/12/20. All rights reserved.
//

#import "MPaaSInterface+zhihuihuanglong.h"

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation"

@implementation MPaaSInterface (zhihuihuanglong)

- (BOOL)enableSettingService
{
    return NO;
}

- (NSString *)userId
{
    return nil;
}

@end

#pragma clang diagnostic pop