美文网首页
ios全局变量

ios全局变量

作者: 策马鞭程 | 来源:发表于2016-08-29 11:29 被阅读97次

    全局变量介绍与注意点

    // 定义全局变量 BluetoothConnectionState _GlobalBluetoothConnectionState; // 蓝牙连接状态

    // 使用全局变量
    extern BluetoothConnectionState _GlobalBluetoothConnectionState;
    

    相关文章

      网友评论

          本文标题:ios全局变量

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