| 1234567891011121314 |
- //
- // DetailCellWeb.h
- // Apex Mobile
- //
- // Created by Ray on 14-3-7.
- // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface DetailCellWeb : UITableViewCell
- @property (strong, nonatomic) IBOutlet UIWebView *webView;
- @end
|