14 lines
186 B
Objective-C
14 lines
186 B
Objective-C
//
|
|
// GiGaUser.m
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/8/15.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import "GiGaUser.h"
|
|
|
|
@implementation GiGaUser
|
|
|
|
@end
|