summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuDocRef.h
AgeCommit message (Collapse)Author
2016-06-09iOS: Use modern instancetype instead of id for init return typeJoseph Heenan
2016-06-09iOS: Replace char * with NSString in ObjC APIsJoseph Heenan
What is effectively our external API on iOS would be expected to use NSString rather than char *.
2014-04-24iOS: remove the annotations button for non-interactive document typesPaul Gardiner
2014-01-09Remove comment header blurb from ios files.Tor Andersson
2013-09-24iOS: use ObjC-level ref counting to control lifetime of fz_documentPaul Gardiner
With the latest version if iOS, timing changes were causing crashes during close down of a MuDocumentController. This change isolates us from those changes.