美文网首页
ios定义集合

ios定义集合

作者: lifeLL | 来源:发表于2018-12-13 10:56 被阅读0次
    1、定义常量
    extern NSString *const UMShareToSina;
    
    2、定义block
    typedef void (^UMSocialSnsPlatformClickHandler)(UIViewController *presentingController, UMSocialControllerService * socialControllerService, BOOL isPresentInController);
    
    
    
    
    
    宏定义
    1、 弱引用
    #define XSWeakSelf __weak typeof(self) weakSelf = self;
    
    1、定义枚举
    typedef  enum WKDataDetectorTypes : NSUInteger{
    ...
    } WKDataDetectorTypes;
    

    相关文章

      网友评论

          本文标题:ios定义集合

          本文链接:https://www.haomeiwen.com/subject/yujvhqtx.html