Revision: 14179
http://sourceforge.net/p/skim-app/code/14179
Author: hofman
Date: 2024-04-04 22:27:29 +0000 (Thu, 04 Apr 2024)
Log Message:
-----------
declare private property
Modified Paths:
--------------
trunk/SKPDFSynchronizer.m
Modified: trunk/SKPDFSynchronizer.m
===================================================================
--- trunk/SKPDFSynchronizer.m 2024-04-04 22:25:54 UTC (rev 14178)
+++ trunk/SKPDFSynchronizer.m 2024-04-04 22:27:29 UTC (rev 14179)
@@ -46,12 +46,13 @@
@interface SKPDFSynchronizer ()
@property (nonatomic, nullable, strong) NSString *syncFileName;
+@property (nullable, readonly) NSDate *lastModDate;
@end
@implementation SKPDFSynchronizer
@synthesize delegate, syncFileName;
-@dynamic fileName;
+@dynamic fileName, lastModDate;
+ (void)initialize {
SKINITIALIZE;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit