Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit ffb14dc

Browse files
author
Vikas Dadheech
committed
Update the import header files to take relative path from dependency
1 parent 81afe0b commit ffb14dc

File tree

763 files changed

+765
-764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

763 files changed

+765
-764
lines changed

MSGraphCoreSDK/MSGraphCoreSDK/Models/MSCollection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
22

3-
#import "MSObject.h"
3+
#import <MSGraphCoreSDK/MSObject.h>
44

55
/**
66
An `MSCollection` object is a collection of Graph objects.

MSGraphCoreSDK/MSGraphCoreSDK/Models/MSCollection.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
22

33
#import "MSCollection.h"
4-
#import "NSDate+MSSerialization.h"
4+
#import <MSGraphCoreSDK/NSDate+MSSerialization.h>
55

66
@implementation MSCollection
77

MSGraphModels/MSGraphModels/MSGraphModels.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ FOUNDATION_EXPORT double MSGraphModelsVersionNumber;
1414
//! Project version string for MSGraphModels.
1515
FOUNDATION_EXPORT const unsigned char MSGraphModelsVersionString[];
1616

17-
#import "MSDate.h"
18-
#import "MSTimeOfDay.h"
17+
#import <MSGraphCoreSDK/MSDate.h>
18+
#import <MSGraphCoreSDK/MSTimeOfDay.h>
1919
#import "MSGraphDayOfWeek.h"
2020
#import "MSGraphAutomaticRepliesStatus.h"
2121
#import "MSGraphExternalAudienceScope.h"

MSGraphModels/MSGraphModels/Models/MSGraphActivityHistoryItem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
#import "NSDate+MSSerialization.h"
5+
#import <MSGraphCoreSDK/NSDate+MSSerialization.h>
66

77
#import "MSGraphModels.h"
88

MSGraphModels/MSGraphModels/Models/MSGraphAdministrativeUnit.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
#import "NSDate+MSSerialization.h"
5+
#import <MSGraphCoreSDK/NSDate+MSSerialization.h>
66

77
#import "MSGraphModels.h"
88

MSGraphModels/MSGraphModels/Models/MSGraphAlert.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
#import "NSDate+MSSerialization.h"
5+
#import <MSGraphCoreSDK/NSDate+MSSerialization.h>
66

77
#import "MSGraphModels.h"
88

MSGraphModels/MSGraphModels/Models/MSGraphAlertTrigger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66

7-
#import "MSObject.h"
7+
#import <MSGraphCoreSDK/MSObject.h>
88

99
@interface MSGraphAlertTrigger : MSObject
1010

MSGraphModels/MSGraphModels/Models/MSGraphAlertTrigger.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
#import "NSDate+MSSerialization.h"
5+
#import <MSGraphCoreSDK/NSDate+MSSerialization.h>
66

77
#import "MSGraphModels.h"
88

MSGraphModels/MSGraphModels/Models/MSGraphAllDevicesAssignmentTarget.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
#import "NSDate+MSSerialization.h"
5+
#import <MSGraphCoreSDK/NSDate+MSSerialization.h>
66

77
#import "MSGraphModels.h"
88

MSGraphModels/MSGraphModels/Models/MSGraphAllLicensedUsersAssignmentTarget.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
#import "NSDate+MSSerialization.h"
5+
#import <MSGraphCoreSDK/NSDate+MSSerialization.h>
66

77
#import "MSGraphModels.h"
88

0 commit comments

Comments
 (0)