14 lines
204 B
Objective-C
14 lines
204 B
Objective-C
//
|
|
// IfishMassageModel.m
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/7/26.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import "IfishMassageModel.h"
|
|
|
|
@implementation IfishMassageModel
|
|
|
|
@end
|