//
// letterInfoController.h
// ThePaperHD
//
// Created by liyuan on 15/7/16.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "TPHttpController.h"
@interface letterInfoController : TPTableViewController
@property(nonatomic, strong)NSString *letterId;
@end
|