Files
ifish/Ifish/models/wifiModel/sendmaseegemodel/backAppLoginModel.m
T
2017-08-15 16:59:01 +08:00

23 lines
306 B
Objective-C

//
// backAppLoginModel.m
// Ifish
//
// Created by imac on 15/10/13.
// Copyright © 2015年 imac. All rights reserved.
//
#import "backAppLoginModel.h"
@implementation backAppLoginModel
-(instancetype)init{
self=[super init];
if (self) {
}
return self;
}
@end