//// 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"@implementationMPaaSInterface(H5Demo)-(BOOL)enableSettingService{returnNO;}-(NSString*)userId{returnnil;}@end#pragma clang diagnostic pop