説明なし

AuthorityItem.h 341B

123456789101112131415
  1. //
  2. // AuthorityItem.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/8/12.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface AuthorityItem : NSObject
  10. @property (nonatomic, assign) BOOL onlyVIP; // 会员专享
  11. @property (nonatomic, assign) BOOL onlyNew; // 新用户专享
  12. @end