Logo

GitLab

Sign in

customer / shanghai-railway-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • shanghai-railway-rnapp
  • ios
  • RequestData.m
  • 地铁信号修改
    33ad69b8
    赵世强 authored
    2018-10-17 16:05:05 +0800  
    Browse Code »
RequestData.m 300 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
//
//  CurrentAPP.m
//  IM_ios_client
//
//  Created by 赵世强 on 16/8/11.
//  Copyright © 2016年 xiniu. All rights reserved.
//

#import "RequestData.h"

@implementation RequestData

-(instancetype)init{
  self = [super init];
  if (self) {
    self.deviceMac = @"";
  }
  return self;
}

@end