澎湃iPad上线版本

liveInfoBO.m 420B

    // // liveInfoBO.m // ThePaperHD // // Created by scar1900 on 15/3/10. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "liveInfoBO.h" @implementation liveInfoBO @synthesize nodeId,name,pic,sharePic,shareUrl,interactionNum; - (void)dealloc { self.nodeId = nil; self.name = nil; self.pic = nil; self.sharePic = nil; self.shareUrl = nil; self.interactionNum = nil; } @end