MPaaSInterface+H5Demo.m 415 Bytes
Newer Older
张杰's avatar
张杰 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
//
//  MPaaSInterface+H5Demo.m
//  H5Demo
//
//  Created by yangwei on 2018/01/11. All rights reserved.
//

#import "MPaaSInterface+H5Demo.h"

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

@implementation MPaaSInterface (H5Demo)

- (BOOL)enableSettingService
{
    return NO;
}

- (NSString *)userId
{
    return nil;
}

@end

#pragma clang diagnostic pop