ifish/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/songNuoLightModel.m

23 lines
464 B
Objective-C

//
// songNuoLightModel.m
// Ifish
//
// Created by imac on 16/6/7.
// Copyright © 2016年 imac. All rights reserved.
//
#import "songNuoLightModel.h"
@implementation songNuoLightModel
- (NSString *)description
{
self.messagetype=@"00";
self.massagelegth=@"13";
self.functionCode=@"03";
return [NSString stringWithFormat:@"%@%@%@%@%@", self.messagetype,self.functionCode,self.sendmacId,self.resavemacId,self.massagelegth];
}
@end