class CFPropertyList::CFUid

def to_plain(plist)

def to_plain(plist)
  CFDictionary.new({'CF$UID' => CFInteger.new(@value)}).to_plain(plist)
end