privateLetterView.h 520 B

12345678910111213141516171819
  1. //
  2. // privateLetterView.h
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 16/6/23.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface privateLetterView : UIView
  10. @property (weak, nonatomic) IBOutlet UIView *buttomView;
  11. @property (weak, nonatomic) IBOutlet UITableView *myTableView;
  12. @property (weak, nonatomic) IBOutlet UIButton *goodFriendButton;
  13. @property (weak, nonatomic) IBOutlet UIButton *notConcernButton;
  14. @property (weak, nonatomic) IBOutlet UIButton *notReadingButton;
  15. @end