//
// AnnounceDetailHeadView.h
// redstar
//
// Created by admin on 15/11/30.
// Copyright © 2015年 ZWF. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "AnnounceDetailModel.h"
@interface AnnounceDetailHeadView : UIView
@property (nonatomic, strong) UILabel *titleLabel;
@property (nonatomic, strong) UILabel *nameLabel;
@property (nonatomic, strong) UILabel *timeLabel;
@property (nonatomic, strong) AnnounceDetailModel *annoDetail;
@end
-
admin authored761ba49d