| 12345678910111213141516171819 |
- //
- // privateLetterView.h
- // BuguLive
- //
- // Created by fanwe2014 on 16/6/23.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface privateLetterView : UIView
- @property (weak, nonatomic) IBOutlet UIView *buttomView;
- @property (weak, nonatomic) IBOutlet UITableView *myTableView;
- @property (weak, nonatomic) IBOutlet UIButton *goodFriendButton;
- @property (weak, nonatomic) IBOutlet UIButton *notConcernButton;
- @property (weak, nonatomic) IBOutlet UIButton *notReadingButton;
- @end
|