Nessuna descrizione

FKInvalidView.h 250B

12345678910111213141516
  1. //
  2. // FKInvalidView.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/7/19.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKInvalidView : UIView
  10. @property (nonatomic, strong) UILabel *titleLabel;
  11. @end