Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
O
Opple-iOS
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • 张杰
  • Opple-iOS
  • Repository

Switch branch/tag
  • Opple-iOS
  • Lighting
  • Tools
  • Customermanager.h
Find file
BlameHistoryPermalink
  • 曹云霄's avatar
    caoyunxiao · 97097e66
    曹云霄 authored 9 years ago
    97097e66
Customermanager.h 378 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
//
//  Customermanager.h
//  Lighting
//
//  Created by 曹云霄 on 16/5/12.
//  Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface Customermanager : NSObject




/**
 *  客户个人信息
 */
+ (Customermanager *)manager;


/**
 *  客户iD
 */
@property (nonatomic,copy) NSString *customerID;



@end

Replace Customermanager.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.